Increase internal buffer space

This commit is contained in:
Andrey A. Chernov 2001-11-28 09:26:57 +00:00
parent 60c6736148
commit 99beb3fadf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87050

View File

@ -39,7 +39,7 @@
#include "y.tab.h"
int line_no = 1, save_no, fromsubs;
u_char buf[STR_LEN], *ptr;
u_char buf[80], *ptr;
FILE *map_fp;
YY_BUFFER_STATE main_buf, map_buf;
#ifdef FLEX_DEBUG