summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1995-04-20 12:43:25 +0000
committerVern Paxson <vern@ee.lbl.gov>1995-04-20 12:43:25 +0000
commit9e90e1b476e812d4a8fcde3e98d18a13ff7ca424 (patch)
treec541969e18eb1f0f2ca23c3e0a34e8eeb53ae67f /main.c
parent969c7e64eab8f189befd6b28d8d51de68d089386 (diff)
do_stdinit now defaults to false
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index c08b807..cc0c2e7 100644
--- a/main.c
+++ b/main.c
@@ -590,10 +590,10 @@ char **argv;
printstats = syntaxerror = trace = spprdflt = caseins = false;
lex_compat = C_plus_plus = backing_up_report = ddebug = fulltbl = false;
fullspd = long_align = nowarn = yymore_used = continued_action = false;
- do_yylineno = yytext_is_array = in_rule = reject = false;
+ do_yylineno = yytext_is_array = in_rule = reject = do_stdinit = false;
yymore_really_used = reject_really_used = unspecified;
interactive = csize = unspecified;
- do_yywrap = gen_line_dirs = usemecs = useecs = do_stdinit = true;
+ do_yywrap = gen_line_dirs = usemecs = useecs = true;
performance_report = 0;
did_outfilename = 0;
prefix = "yy";