increase size of yytext buffer

This commit is contained in:
ceriel 1990-08-01 14:40:22 +00:00
parent aa8bd39666
commit 7839c58641

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();