summaryrefslogtreecommitdiff
path: root/gen.c
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2003-05-20 20:25:38 +0000
committerWill Estes <wlestes@users.sourceforge.net>2003-05-20 20:25:38 +0000
commitda267d8a5d01d2b3ad7f6eb4b1649756558bbda8 (patch)
tree53e892fb49a1ff06fd65f0fe7dd9bbeb06b66a92 /gen.c
parentc07f48dc16461e60ecfe62b8c95dfdec8d6a9cba (diff)
patches from manoj via sourceforge
Diffstat (limited to 'gen.c')
-rw-r--r--gen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gen.c b/gen.c
index bb1100b..5f4b4aa 100644
--- a/gen.c
+++ b/gen.c
@@ -1812,7 +1812,6 @@ void make_tables ()
if (yytext_is_array) {
if (!reentrant){
indent_puts ("static int yy_more_offset = 0;");
- }else{
indent_puts ("static int yy_prev_more_offset = 0;");
}
}