X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt-lex.h;h=1f98457329073f87ded04933ecf3816ee575e940;hp=964b6a0af66f72d546d6d8d4ddf210bbd27e6f62;hb=4dd4255d58b2b4704d404264fc03e0e154d9987c;hpb=84db9bf52aa25c19f7d547ea2dbec69ca4452300 diff --git a/src/ttt-lex.h b/src/ttt-lex.h index 964b6a0..1f98457 100644 --- a/src/ttt-lex.h +++ b/src/ttt-lex.h @@ -209,6 +209,7 @@ void yyfree (void * ,yyscan_t yyscanner ); #ifdef YY_HEADER_EXPORT_START_CONDITIONS #define INITIAL 0 +#define STRING 1 #endif @@ -224,6 +225,8 @@ void yyfree (void * ,yyscan_t yyscanner ); #define YY_EXTRA_TYPE void * #endif +static int yy_init_globals (yyscan_t yyscanner ); + /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ @@ -312,8 +315,8 @@ extern int yylex (yyscan_t yyscanner); #undef YY_DECL_IS_OURS #undef YY_DECL #endif -#line 17 "ttt-lex.l" +#line 65 "ttt-lex.l" -#line 320 "ttt-lex.h" +#line 321 "ttt-lex.h" #undef yyIN_HEADER #endif /* yyHEADER_H */