summaryrefslogtreecommitdiff
path: root/to.do/unicode
diff options
context:
space:
mode:
Diffstat (limited to 'to.do/unicode')
-rw-r--r--to.do/unicode/scan.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/to.do/unicode/scan.l b/to.do/unicode/scan.l
index 8d372b9..cfb9ee4 100644
--- a/to.do/unicode/scan.l
+++ b/to.do/unicode/scan.l
@@ -273,9 +273,9 @@ LEXOPT [aceknopr]
yy_scan_bytes ACTION_IFDEF("YY_NO_SCAN_BYTES", ! option_sense);
yy_scan_string ACTION_IFDEF("YY_NO_SCAN_STRING", ! option_sense);
- outfile return OPT_OUTFILE;
- prefix return OPT_PREFIX;
- yyclass return OPT_YYCLASS;
+ outfile return TOK_OUTFILE;
+ prefix return TOK_PREFIX;
+ yyclass return TOK_YYCLASS;
\"[^"\n]*\" {
strcpy( nmstr, yytext + 1 );