Mercurial > hg > xemacs-beta
comparison src/xintrinsicp.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 | 8c5cf108f035 |
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_xintrinsicp_h_ | 22 #ifndef INCLUDED_xintrinsicp_h_ |
23 #define INCLUDED_xintrinsicp_h_ | 23 #define INCLUDED_xintrinsicp_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 #include <X11/IntrinsicP.h> | 26 #include <X11/IntrinsicP.h> |
29 #include <X11/ObjectP.h> /* apparently some IntrinsicP.h don't have this */ | 27 #include <X11/ObjectP.h> /* apparently some IntrinsicP.h don't have this */ |
30 | 28 |
31 #ifdef CONST_IS_LOSING | |
32 # define CONST | |
33 #else | |
34 # define CONST const | |
35 #endif | |
36 | |
37 #endif /* INCLUDED_xintrinsicp_h_ */ | 29 #endif /* INCLUDED_xintrinsicp_h_ */ |