mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix cpp output on Ubuntu 13
This commit is contained in:
parent
d24fd29b52
commit
a9bf30d12b
2 changed files with 2 additions and 2 deletions
|
@ -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 /**/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue