summaryrefslogtreecommitdiff
path: root/nfa.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-12-11 14:40:35 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-12-11 14:40:35 +0000
commit9e6aac8df85a6e0e0bba6d269756847f1d720eb8 (patch)
tree702742608924c6108fc0feca89268218238a55d1 /nfa.c
parentb914ba5ae920b9da40e88eddd46aa863be059eff (diff)
-o option
Diffstat (limited to 'nfa.c')
-rw-r--r--nfa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfa.c b/nfa.c
index 44e893d..2f104f1 100644
--- a/nfa.c
+++ b/nfa.c
@@ -268,7 +268,7 @@ int mach, variable_trail_rule, headcnt, trailcnt;
*/
add_action( "YY_USER_ACTION\n" );
- line_directive_out( (FILE *) 0 );
+ line_directive_out( (FILE *) 0, 1 );
}