Mercurial > hg > xemacs-beta
comparison src/lisp.h @ 201:eb5470882647 r20-3b27
Import from CVS: tag r20-3b27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:01:22 +0200 |
parents | 169c0442b401 |
children | e45d5e7c476e |
comparison
equal
deleted
inserted
replaced
200:f0deb0c0e6be | 201:eb5470882647 |
---|---|
307 # else | 307 # else |
308 # define assert(x) | 308 # define assert(x) |
309 # endif | 309 # endif |
310 #endif | 310 #endif |
311 | 311 |
312 #ifdef DEBUG_XEMACS | 312 /*#ifdef DEBUG_XEMACS*/ |
313 #define REGISTER | 313 #define REGISTER |
314 #else | 314 #define register |
315 #define REGISTER register | 315 /*#else*/ |
316 #endif | 316 /*#define REGISTER register*/ |
317 /*#endif*/ | |
317 | 318 |
318 #if defined (__GNUC__) && (__GNUC__ >= 2) | 319 #if defined (__GNUC__) && (__GNUC__ >= 2) |
319 /* Entomological studies have revealed that the following junk is | 320 /* Entomological studies have revealed that the following junk is |
320 necessary under GCC. GCC has a compiler bug where incorrect | 321 necessary under GCC. GCC has a compiler bug where incorrect |
321 code will be generated if you use a global temporary variable | 322 code will be generated if you use a global temporary variable |