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 /**/