From f46a8c9ae460d1d002d5e9904ba0a6917c533118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20Pluci=C5=84ski?= Date: Thu, 24 Jul 2014 19:50:01 +0200 Subject: Add disambiguation braces in main.c --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 1eb5aa6..8b9f3ed 100644 --- a/src/main.c +++ b/src/main.c @@ -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"); } -- cgit v1.2.3