X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt-lex.h;h=d70d5d89ce9ca4134965a7b6a2f5565daa8566a1;hp=84463a28e399cc9f5f68c11054568915ce2c4d85;hb=add37ecc4ee6485d9f91f95f1c983abf867da2c6;hpb=c6398c6a1b59f6eddefc9f9ce577017b15677251 diff --git a/src/ttt-lex.h b/src/ttt-lex.h index 84463a2..d70d5d8 100644 --- a/src/ttt-lex.h +++ b/src/ttt-lex.h @@ -202,6 +202,9 @@ void *yyalloc (yy_size_t ,yyscan_t yyscanner ); void *yyrealloc (void *,yy_size_t ,yyscan_t yyscanner ); void yyfree (void * ,yyscan_t yyscanner ); +#define yywrap(n) 1 +#define YY_SKIP_YYWRAP + #define yytext_ptr yytext_r #ifdef YY_HEADER_EXPORT_START_CONDITIONS @@ -221,6 +224,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. */ @@ -309,8 +314,8 @@ extern int yylex (yyscan_t yyscanner); #undef YY_DECL_IS_OURS #undef YY_DECL #endif -#line 15 "ttt-lex.l" +#line 17 "ttt-lex.l" -#line 317 "ttt-lex.h" +#line 320 "ttt-lex.h" #undef yyIN_HEADER #endif /* yyHEADER_H */