summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorrlar <rlar>2016-02-28 13:52:26 +0100
committerWill Estes <westes575@gmail.com>2016-02-28 19:42:51 -0500
commitad994f507e3c15975f022edc21f84dd13fe03c49 (patch)
tree50b372e1c24c538a02b3d83931dd5a74ad3c5902 /src/flexdef.h
parent4d6fb2187beec5f9bd4c2f16b984078c60ead4cc (diff)
warning: redundant redeclaration of ‘yylval’ [-Wredundant-decls]
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index f91d78f..2f29f9a 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -679,12 +679,6 @@ void *reallocate_array(void *, int, size_t);
reallocate_array((void *) array, size, sizeof(unsigned char))
-/* Used to communicate between scanner and parser. The type should really
- * be YYSTYPE, but we can't easily get our hands on it.
- */
-extern int yylval;
-
-
/* External functions that are cross-referenced among the flex source files. */