increase size of yytext buffer

This commit is contained in:
ceriel 1990-08-01 14:40:22 +00:00
parent 79ce5a13a0
commit 05c205181b

View file

@ -24,7 +24,7 @@
*/ */
#define YYTEXT 4096 #define YYTEXT 65536
char yytext[YYTEXT], /* string-buffer for the token */ char yytext[YYTEXT], /* string-buffer for the token */
*next; /* points to the first free posistion in yytext[] */ *next; /* points to the first free posistion in yytext[] */
extern char scanc(); extern char scanc();