scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 113195c2eace9d4fedf6e1a14cd9b6946b51d65d
parent b93fb91a6000311ebf202fa2d618e1f9e2158bbd
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 27 Sep 2016 15:46:04 +0200

[tests] Fix 0078-dirifexpr.c

A comman expression is not a valid integer constant expression,
and the preprocessor is not forced to accept it.

Diffstat:
Mtests/0078-dirifexpr.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/tests/0078-dirifexpr.c b/tests/0078-dirifexpr.c @@ -151,10 +151,6 @@ #error fail #endif -#if (1,2,3) != 3 -#error fail -#endif - #if (0 ? 1 : 3) != 3 #error fail #endif