]> granicus.if.org Git - flex/commitdiff
YY_RULE_SETUP
authorVern Paxson <vern@ee.lbl.gov>
Sat, 3 Dec 1994 11:26:39 +0000 (11:26 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Sat, 3 Dec 1994 11:26:39 +0000 (11:26 +0000)
nfa.c

diff --git a/nfa.c b/nfa.c
index d4a994d53f294cd3513dfc3a1fdef1d31b28518f..9d95e1f14f1d398aab3cb7b552ab3745af85e5a7 100644 (file)
--- a/nfa.c
+++ b/nfa.c
@@ -265,10 +265,10 @@ 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.  But don't do it for continued actions,
-        * as that'll result in multiple YY_USER_ACTION's.
+        * as that'll result in multiple YY_RULE_SETUP's.
         */
        if ( ! continued_action )
-               add_action( "YY_USER_ACTION\n" );
+               add_action( "YY_RULE_SETUP\n" );
 
        line_directive_out( (FILE *) 0, 1 );
        }