aboutsummaryrefslogtreecommitdiffstats
path: root/src/librarian.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/librarian.c')
-rw-r--r--src/librarian.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/librarian.c b/src/librarian.c
index 99142a3..fe7591a 100644
--- a/src/librarian.c
+++ b/src/librarian.c
@@ -41,13 +41,6 @@
/**
- * The name of the process.
- */
-static const char *argv0;
-
-
-
-/**
* A library and version range.
*/
struct library {
@@ -84,6 +77,13 @@ struct library {
/**
+ * The name of the process.
+ */
+static const char *argv0;
+
+
+
+/**
* Determine whether a string is the
* name of a non-reserved variable.
*