aboutsummaryrefslogtreecommitdiff
path: root/cibic.l
diff options
context:
space:
mode:
Diffstat (limited to 'cibic.l')
-rw-r--r--cibic.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/cibic.l b/cibic.l
index 9c88be2..e6e449b 100644
--- a/cibic.l
+++ b/cibic.l
@@ -1,8 +1,8 @@
%{
#include "cibic.tab.h"
-
+#define MAX_LINEBUFF 1024
int yycolumn = 1;
-char linebuff[1024], *lptr = linebuff;
+char linebuff[MAX_LINEBUFF], *lptr = linebuff;
#define YY_USER_ACTION \
do { \