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:
parent
72c954e5b3
commit
3c6a0584dd
1 changed files with 1 additions and 1 deletions
|
@ -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 /**/
|
||||
|
|
Loading…
Reference in a new issue