made size of yylex bigger
This commit is contained in:
parent
a4e5e4eeaa
commit
c336bc86b1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#define YYTEXT 256
|
#define YYTEXT 4096
|
||||||
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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue