Mercurial > hg > xemacs-beta
comparison src/xintrinsic.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 8de8e3f6228a |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
20 /* Synched up with: Not in FSF. */ | 20 /* Synched up with: Not in FSF. */ |
21 | 21 |
22 #ifndef INCLUDED_xintrinsic_h_ | 22 #ifndef INCLUDED_xintrinsic_h_ |
23 #define INCLUDED_xintrinsic_h_ | 23 #define INCLUDED_xintrinsic_h_ |
24 | 24 |
25 #undef CONST /* X11R4 header thinks it can define CONST */ | |
26 | |
27 #include <X11/Intrinsic.h> | 25 #include <X11/Intrinsic.h> |
28 | 26 |
29 #ifdef CONST_IS_LOSING | |
30 # define CONST | |
31 #else | |
32 # define CONST const | |
33 #endif | |
34 | |
35 #endif /* INCLUDED_xintrinsic_h_ */ | 27 #endif /* INCLUDED_xintrinsic_h_ */ |