/* 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 );
}