From b2165f718b13a9b9a48c6a9fb06ecc04ac0b598b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 27 Dec 2012 14:33:58 +0100 Subject: [PATCH] Another bool->int fix; now clang-compiled gmqcc actually works... --- parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser.c b/parser.c index bfa6d6a..03216da 100644 --- a/parser.c +++ b/parser.c @@ -4454,7 +4454,7 @@ skipvar: ast_unref(cval); } } else { - bool cvq; + int cvq; shunt sy = { NULL, NULL }; cvq = var->cvq; var->cvq = CV_NONE; -- 2.39.2