]> granicus.if.org Git - flex/commitdiff
Fixed bug where omission of user section 3 caused unmatched #ifdef's in generated...
authorJohn Millaway <john43@users.sourceforge.net>
Thu, 23 May 2002 15:53:37 +0000 (15:53 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Thu, 23 May 2002 15:53:37 +0000 (15:53 +0000)
gen.c

diff --git a/gen.c b/gen.c
index 4b2e604f149637ba06f7bd1532189d78937fb88b..2394f581c1e2a221bbd49a092314a2b818d89c89 100644 (file)
--- 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();
+               }
        }