Fixed some more problems caught by gcc -ansi -pedantic.
[mmh] / sbr / getansreadline.c
index 26a0574..2fd0618 100644 (file)
@@ -175,10 +175,10 @@ initialize_readline(void)
 static char **
 nmh_completion(const char *text, int start, int end)
 {
-    NMH_UNUSED (end);
-
     char **matches;
 
+    NMH_UNUSED (end);
+
     matches = (char **) NULL;
 
     if (start == 0)