Whamcloud - gitweb
it _compiles_ finally on 7.1 and 7.2, but the solution is not great.
authorbraam <braam>
Sun, 30 Dec 2001 18:18:33 +0000 (18:18 +0000)
committerbraam <braam>
Sun, 30 Dec 2001 18:18:33 +0000 (18:18 +0000)
lustre/utils/parser.c

index b08697e..d3087a7 100644 (file)
@@ -9,7 +9,7 @@
 #define        READLINE_LIBRARY
 #include <readline/readline.h>
 
-extern char **completion_matches __P((char *, rl_compentry_func_t *));
+//extern char **completion_matches __P((char *, rl_compentry_func_t *));
 extern void using_history(void);
 extern void stifle_history(int);
 extern void add_history(char *);