warning: redundant redeclaration of ‘yywrap’ [-Wredundant-decls]
authorrlar <rlar>
Sun, 28 Feb 2016 13:21:49 +0000 (14:21 +0100)
committerWill Estes <westes575@gmail.com>
Mon, 29 Feb 2016 00:43:38 +0000 (19:43 -0500)
src/flexdef.h

index 2f29f9aa46942c734ff04440c67d4d329f008ea1..ed65f05a11431599a14e46a76f1abed8adb08523 100644 (file)
@@ -987,9 +987,6 @@ extern int flexscan(void);
 /* Open the given file (if NULL, stdin) for scanning. */
 extern void set_input_file(char *);
 
-/* Wrapup a file in the lexical analyzer. */
-extern int yywrap(void);
-
 
 /* from file sym.c */