Mercurial > hg > xemacs-beta
comparison src/s/aix3-1.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
117 /* Compiler bug bites on many systems when default ADDR_CORRECT is used. */ | 117 /* Compiler bug bites on many systems when default ADDR_CORRECT is used. */ |
118 | 118 |
119 /* #define ADDR_CORRECT(x) (x) */ | 119 /* #define ADDR_CORRECT(x) (x) */ |
120 | 120 |
121 #ifndef __GNUC__ | 121 #ifndef __GNUC__ |
122 #define LINKER cc | 122 #define LINKER "cc" |
123 #endif | 123 #endif |
124 | 124 |
125 /* Prevent -lg from being used for debugging. Not needed. */ | 125 /* Prevent -lg from being used for debugging. Not needed. */ |
126 | 126 |
127 #define LIBS_DEBUG | 127 #define LIBS_DEBUG |