summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gen.c b/gen.c
index 4b2e604..2394f58 100644
--- a/gen.c
+++ b/gen.c
@@ -1660,7 +1660,9 @@ void make_tables()
line_directive_out( stdout, 1 );
if ( sectnum == 3 )
+ {
OUT_BEGIN_CODE();
(void) flexscan(); /* copy remainder of input to output */
OUT_END_CODE();
+ }
}