projects
/
flex
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad994f5
)
warning: redundant redeclaration of ‘yywrap’ [-Wredundant-decls]
author
rlar
<rlar>
Sun, 28 Feb 2016 13:21:49 +0000
(14:21 +0100)
committer
Will Estes
<westes575@gmail.com>
Mon, 29 Feb 2016 00:43:38 +0000
(19:43 -0500)
src/flexdef.h
patch
|
blob
|
history
diff --git
a/src/flexdef.h
b/src/flexdef.h
index 2f29f9aa46942c734ff04440c67d4d329f008ea1..ed65f05a11431599a14e46a76f1abed8adb08523 100644
(file)
--- 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 */