aboutsummaryrefslogtreecommitdiff
path: root/cibic.l
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-03-26 03:46:54 +0800
committerTeddy <ted.sybil@gmail.com>2014-03-26 03:46:54 +0800
commitb5977b972befa8b81cae58deb5a19fc1a5f623fe (patch)
tree07ba564ec6ac120afd06e7ce72d336f0d215b5ed /cibic.l
parenteebe59a7e3a8ff255ebde71b0aa89e9ade58d4aa (diff)
...
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 { \