summaryrefslogtreecommitdiff
path: root/nfa.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-12-05 17:07:59 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-12-05 17:07:59 +0000
commit2a2c13ba5f7faaebf10da777e01d11af1ec1f9c9 (patch)
treedb575ba5081f22023ccba8ebd8a88d1e2427ed6d /nfa.c
parentb0c3575e2b004975e7bff9689774d692006ef598 (diff)
downloadflex-git-2a2c13ba5f7faaebf10da777e01d11af1ec1f9c9.tar.gz
YY_USER_ACTION generated now for each case in action switch
Diffstat (limited to 'nfa.c')
-rw-r--r--nfa.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/nfa.c b/nfa.c
index 9be63e1..2424176 100644
--- a/nfa.c
+++ b/nfa.c
@@ -262,6 +262,12 @@ int mach, variable_trail_rule, headcnt, trailcnt;
}
}
+ /* Okay, in the action code at this point yytext and yyleng have
+ * their proper final values for this rule, so here's the point
+ * to do any user action.
+ */
+ add_action( "YY_USER_ACTION\n" );
+
line_directive_out( (FILE *) 0 );
}