summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1994-11-24 15:50:03 +0000
committerVern Paxson <vern@ee.lbl.gov>1994-11-24 15:50:03 +0000
commitca78e105417837e0c66ce1681c2845eb8d2a2f89 (patch)
tree502d60bcd7c4365d83837e86c4aa46c3fc7b8075 /flexdef.h
parenta3def56cb898dc46f680d94578e4e907256d0859 (diff)
Added do_stdinit
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/flexdef.h b/flexdef.h
index 5c542c1..fdd7b02 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -395,6 +395,7 @@ extern int yymore_really_used, reject_really_used;
* outfilename - name of output file
* did_outfilename - whether outfilename was explicitly set
* prefix - the prefix used for externally visible names ("yy" by default)
+ * do_stdinit - whether to initialize yyin/yyout to stdin/stdout
* use_stdout - the -t flag
* input_files - array holding names of input files
* num_input_files - size of input_files array
@@ -417,7 +418,7 @@ extern int skel_ind;
extern char *infilename, *outfilename;
extern int did_outfilename;
extern char *prefix;
-extern int use_stdout;
+extern int do_stdinit, use_stdout;
extern char **input_files;
extern int num_input_files;
extern char *program_name;