1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

Use cpp -traditional.

StandardCppOptions do not get respected here, so change the default CppCmd
to cpp -traditional like for FreeBSD.  Helps kill a few warnings.
This commit is contained in:
Pascal Stumpf 2012-08-12 19:33:25 +02:00 committed by Jon Trulson
parent 72c954e5b3
commit 3c6a0584dd

View file

@ -164,7 +164,7 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
#define MkdirHierCmd mkdir -p
#ifndef CppCmd
#define CppCmd /usr/libexec/cpp
#define CppCmd /usr/libexec/cpp -traditional
#endif
#define StandardCppOptions -traditional
#define StandardCppDefines /**/