summaryrefslogtreecommitdiff
path: root/gen.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-12-11 11:09:51 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-12-11 11:09:51 +0000
commitb914ba5ae920b9da40e88eddd46aa863be059eff (patch)
tree857619099833d8ce45b64123bdd8bbfefefd7916 /gen.c
parentf107a169c2d21c58787b0291d19a2c660576f911 (diff)
lint tweak
Diffstat (limited to 'gen.c')
-rw-r--r--gen.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gen.c b/gen.c
index af696ee..fe847eb 100644
--- a/gen.c
+++ b/gen.c
@@ -757,12 +757,6 @@ void gentabs()
int i, j, k, *accset, nacc, *acc_array, total_states;
int end_of_buffer_action = num_rules + 1;
- /* *Everything* is done in terms of arrays starting at 1, so provide
- * a null entry for the zero element of all C arrays.
- */
- static char C_char_decl[] =
- "static const YY_CHAR %s[%d] =\n { 0,\n"; /* } for vi */
-
acc_array = allocate_integer_array( current_max_dfas );
nummt = 0;