made size of yylex bigger

This commit is contained in:
ceriel 1990-05-18 11:04:53 +00:00
parent a4e5e4eeaa
commit c336bc86b1

View file

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