Mercurial > hg > xemacs-beta
comparison nt/config.h @ 239:41f2f0e326e9 r20-5b18
Import from CVS: tag r20-5b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:15:48 +0200 |
parents | 52952cbfc5b5 |
children | e70b3a057e12 |
comparison
equal
deleted
inserted
replaced
238:b5f2e56b938d | 239:41f2f0e326e9 |
---|---|
420 compiling-running-crashing. */ | 420 compiling-running-crashing. */ |
421 #undef NO_DOC_FILE | 421 #undef NO_DOC_FILE |
422 | 422 |
423 /* To eliminate use of `const' in the XEmacs sources, | 423 /* To eliminate use of `const' in the XEmacs sources, |
424 do `#define CONST_IS_LOSING' */ | 424 do `#define CONST_IS_LOSING' */ |
425 #define CONST_IS_LOSING | 425 /* #define CONST_IS_LOSING hell, const works with VC! - kkm */ |
426 | 426 |
427 # undef CONST | 427 # undef CONST |
428 # ifdef CONST_IS_LOSING | 428 # ifdef CONST_IS_LOSING |
429 # define CONST | 429 # define CONST |
430 # else | 430 # else |