summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1995-03-05 20:37:26 +0000
committerVern Paxson <vern@ee.lbl.gov>1995-03-05 20:37:26 +0000
commit6534e3e967a4478c79b3622140a55b0d1c27b1b8 (patch)
tree018d963f55f14a6da570aee8bba90f0be06c8898 /flexdef.h
parent3987e1c0f01f08560c23373d6a8c2e13dc85e68e (diff)
added yyclass
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 cc241a7..0ebff13 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -406,6 +406,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)
+ * yyclass - yyFlexLexer subclass to use for YY_DECL
* do_stdinit - whether to initialize yyin/yyout to stdin/stdout
* use_stdout - the -t flag
* input_files - array holding names of input files
@@ -428,7 +429,7 @@ extern const char *skel[];
extern int skel_ind;
extern char *infilename, *outfilename;
extern int did_outfilename;
-extern char *prefix;
+extern char *prefix, *yyclass;
extern int do_stdinit, use_stdout;
extern char **input_files;
extern int num_input_files;