summaryrefslogtreecommitdiff
path: root/scan.l
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 /scan.l
parent3987e1c0f01f08560c23373d6a8c2e13dc85e68e (diff)
added yyclass
Diffstat (limited to 'scan.l')
-rw-r--r--scan.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/scan.l b/scan.l
index 748a0cb..2bff1b2 100644
--- a/scan.l
+++ b/scan.l
@@ -273,6 +273,7 @@ LEXOPT [aceknopr]
outfile return OPT_OUTFILE;
prefix return OPT_PREFIX;
+ yyclass return OPT_YYCLASS;
\"[^"\n]*\" {
strcpy( nmstr, yytext + 1 );