Mercurial > hg > xemacs-beta
comparison src/m/wicat.h @ 282:c42ec1d1cded r21-0b39
Import from CVS: tag r21-0b39
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:33:18 +0200 |
parents | 0132846995bd |
children | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
281:090b52736db2 | 282:c42ec1d1cded |
---|---|
104 | 104 |
105 /* Special switches to give to ld. */ | 105 /* Special switches to give to ld. */ |
106 | 106 |
107 #define LD_SWITCH_MACHINE "-e __start -N" | 107 #define LD_SWITCH_MACHINE "-e __start -N" |
108 | 108 |
109 /* Sigh...cannot define this for WICAT cuz 0 length memcpy blows chunks */ | |
110 | |
111 #define BROKEN_BCOPY | |
112 | |
113 /* | 109 /* |
114 * Define optimflags if you want to optimize. | 110 * Define optimflags if you want to optimize. |
115 * - Set to null string for pre-4.2 C compiler | 111 * - Set to null string for pre-4.2 C compiler |
116 * - Set to "-O -Wopt,-O-f" for 4.2 | 112 * - Set to "-O -Wopt,-O-f" for 4.2 |
117 */ | 113 */ |