[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

__STDC__



Why does gcc not predefine the __STDC__ macro now?  Almost anything I
try to compile is broken by this.

kronstadt:/usr/include$ gcc -E -dM -xc /dev/null
#define __linux__ 1 
#define linux 1 
#define __i386__ 1 
#define __i386 1 
#define __GNUC_MINOR__ 95 
#define i386 1 
#define __unix 1 
#define __unix__ 1 
#define __GNUC__ 2 
#define __linux 1 
#define __ELF__ 1 
#define unix 1 
kronstadt:/usr/include$

-- 
Ian Zimmerman, Oakland, California, U.S.A.
In his own soul a man bears the source
from which he draws all his sorrows and his joys.
Sophocles.



Reply to: