summaryrefslogtreecommitdiff
path: root/nfa.c
diff options
context:
space:
mode:
authorvern <vern>1989-06-20 15:38:27 +0000
committervern <vern>1989-06-20 15:38:27 +0000
commitef179d08a6ac65cc4a119dce596e682b36105e87 (patch)
tree80389f71d35d393f12916c9c4d6486422d5feefe /nfa.c
parent6311a999841a7b73c531a15985457eae701351bf (diff)
downloadflex-ef179d08a6ac65cc4a119dce596e682b36105e87.tar.gz
2.0.1 beta
Diffstat (limited to 'nfa.c')
-rw-r--r--nfa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nfa.c b/nfa.c
index ef9a125..6dd4458 100644
--- a/nfa.c
+++ b/nfa.c
@@ -31,7 +31,7 @@ static char copyright[] =
static char CR_continuation[] = "@(#) All rights reserved.\n";
static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/nfa.c,v 1.7 1989/05/25 11:48:20 vern Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/flex/flex/nfa.c,v 1.8 1989/06/20 15:38:56 vern Exp $ (LBL)";
#endif
@@ -216,7 +216,7 @@ int mach, variable_trail_rule, headcnt, trailcnt;
/* we did this in new_rule(), but it often gets the wrong
* number because we do it before we start parsing the current rule
*/
- rule_type[num_rules] = linenum;
+ rule_linenum[num_rules] = linenum;
fprintf( temp_action_file, "case %d:\n", num_rules );