Incompatibilities (Using the GNU Compiler Collection (GCC)) (original) (raw)

There are several noteworthy incompatibilities between GNU C and K&R (non-ISO) versions of C.

#define luser
hack)
ISO C does not permit such a construct.

#if 0
You can't expect this to work.
#endif
The best solution to such a problem is to put the text into an actual C comment delimited by ‘/*…*/’.