summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorrlar <rlar>2016-02-28 14:21:49 +0100
committerWill Estes <westes575@gmail.com>2016-02-28 19:43:38 -0500
commit860d7cfe15c4afa8ae93a4143bfebcbb10cc1670 (patch)
treea27fd99c26d338b76acd85ea5eb255b35eeb0cbf /src/flexdef.h
parentad994f507e3c15975f022edc21f84dd13fe03c49 (diff)
warning: redundant redeclaration of ‘yywrap’ [-Wredundant-decls]
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 2f29f9a..ed65f05 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -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 */