Fix cpp output on Ubuntu 13
This commit is contained in:
committed by
Jon Trulson
parent
d24fd29b52
commit
a9bf30d12b
@@ -2376,7 +2376,7 @@ MakeMakeSubdirs(dirs,Makefiles)
|
|||||||
* Also delete line numbers from the cpp output (-P is not portable, I guess).
|
* Also delete line numbers from the cpp output (-P is not portable, I guess).
|
||||||
*/
|
*/
|
||||||
#ifndef CppSedMagic
|
#ifndef CppSedMagic
|
||||||
#define CppSedMagic $(SED) -e '/^# *[0-9][0-9]* *.*$$/d' -e '/^XCOMM$$/s//#/' -e '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/'
|
#define CppSedMagic $(SED) -e '/^#[line]* *[0-9][0-9]* *.*$$/d' -e '/^XCOMM$$/s//#/' -e '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/'
|
||||||
#endif /* CppSedMagic */
|
#endif /* CppSedMagic */
|
||||||
|
|
||||||
#ifndef CppFileTarget
|
#ifndef CppFileTarget
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
|||||||
#define LdCombineFlags -r
|
#define LdCombineFlags -r
|
||||||
#define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
|
#define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
|
||||||
#define HasWChar32 YES
|
#define HasWChar32 YES
|
||||||
#define StandardCppDefines -traditional StandardDefines
|
#define StandardCppDefines -traditional -nostdinc StandardDefines
|
||||||
#define ExtensionOSDefines -DXTESTEXT1
|
#define ExtensionOSDefines -DXTESTEXT1
|
||||||
|
|
||||||
#define LinuxLocaleDefines /**/
|
#define LinuxLocaleDefines /**/
|
||||||
|
|||||||
Reference in New Issue
Block a user