Mercurial > hg > xemacs-beta
comparison src/m/gould.h @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:44:42 +0200 |
parents | 0132846995bd |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
164:4e0740e5aab2 | 165:5a88923fcbfe |
---|---|
158 | 158 |
159 /* -g is sometimes broken on the Gould. */ | 159 /* -g is sometimes broken on the Gould. */ |
160 | 160 |
161 #define C_DEBUG_SWITCH | 161 #define C_DEBUG_SWITCH |
162 | 162 |
163 /* Comparing pointers as unsigned ints tickles a bug in older compilers. */ | |
164 | |
165 #define PNTR_COMPARISON_TYPE int | |
166 | |
167 /* The GOULD machine counts the a.out file header as part of the text. */ | 163 /* The GOULD machine counts the a.out file header as part of the text. */ |
168 | 164 |
169 #define A_TEXT_OFFSET(HDR) sizeof (HDR) | 165 #define A_TEXT_OFFSET(HDR) sizeof (HDR) |
170 | 166 |
171 /* Machine-dependent action when about to dump an executable file. */ | 167 /* Machine-dependent action when about to dump an executable file. */ |