]> git.cworth.org Git - ttt/blobdiff - src/ttt-lex.h
* PROTOCOL: Removed unused servername
[ttt] / src / ttt-lex.h
index 84463a28e399cc9f5f68c11054568915ce2c4d85..964b6a0af66f72d546d6d8d4ddf210bbd27e6f62 100644 (file)
@@ -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
@@ -309,8 +312,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 */