]> granicus.if.org Git - flex/commitdiff
Add disambiguation braces in main.c
authorMariusz Pluciński <mplucinski@mplucinski.com>
Thu, 24 Jul 2014 17:50:01 +0000 (19:50 +0200)
committerWill Estes <westes575@gmail.com>
Fri, 25 Jul 2014 12:16:30 +0000 (08:16 -0400)
src/main.c

index 1eb5aa618c12c0024c2986f69a98c1cd0a831923..8b9f3ed336bebf4b6c50f6aba728b3e976d516f0 100644 (file)
@@ -1577,11 +1577,12 @@ void readin ()
     }
 
        if (!do_yywrap) {
-               if (!C_plus_plus)
+               if (!C_plus_plus) {
                         if (reentrant)
                                outn ("\n#define yywrap(yyscanner) 1");
                         else
                                outn ("\n#define yywrap() 1");
+               }
                outn ("#define YY_SKIP_YYWRAP");
        }