summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorDemi Obenour <demiobenour@gmail.com>2016-09-23 11:28:56 -0400
committerWill Estes <westes575@gmail.com>2016-09-25 16:12:14 -0400
commite50d903620be9b81e8dd89d1ed1063c13836ff26 (patch)
tree2af5809689166b1e2a809208193c7e9d2301aaa8 /src/flexdef.h
parent7528bc0aee69c32fad8ffd8c84a4008627b7e445 (diff)
no longer generate K&R C scanners
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 83e8888..a727ede 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -358,7 +358,6 @@ extern int interactive, lex_compat, posix_compat, do_yylineno;
extern int useecs, fulltbl, usemecs, fullspd;
extern int gen_line_dirs, performance_report, backing_up_report;
extern int reentrant, bison_bridge_lval, bison_bridge_lloc;
-extern bool ansi_func_defs, ansi_func_protos;
extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;
extern int csize;
extern int yymore_used, reject, real_reject, continued_action, in_rule;