Matt Turner writes:
> Here's the write-up of what I was seeing earlier today for my own record.
>
> #if 1
> #elif
> #endif
>
> gives "0:2(1): preprocessor warning: ignoring illegal #elif without
> expression". gcc rejects it, but glcpp just warns since #if is true
> and it doesn't need to evaluate
Carl,
Here's the write-up of what I was seeing earlier today for my own record.
#if 1
#elif
#endif
gives "0:2(1): preprocessor warning: ignoring illegal #elif without
expression". gcc rejects it, but glcpp just warns since #if is true
and it doesn't need to evaluate #elif's nonexistent expressio