Mercurial > hg > xemacs-beta
comparison src/xintrinsicp.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
18 Boston, MA 02111-1307, USA. */ | 18 Boston, MA 02111-1307, USA. */ |
19 | 19 |
20 /* Synched up with: Not in FSF. */ | 20 /* Synched up with: Not in FSF. */ |
21 | 21 |
22 #ifndef INCLUDED_xintrinsicp_h_ | 22 #undef CONST /* X11R4 header thinks it can define CONST */ |
23 #define INCLUDED_xintrinsicp_h_ | |
24 | 23 |
25 #include <X11/Intrinsic.h> | 24 #include <X11/Intrinsic.h> |
26 #include <X11/IntrinsicP.h> | 25 #include <X11/IntrinsicP.h> |
27 #include <X11/ObjectP.h> /* apparently some IntrinsicP.h don't have this */ | 26 #include <X11/ObjectP.h> /* apparently some IntrinsicP.h don't have this */ |
28 | 27 |
29 #endif /* INCLUDED_xintrinsicp_h_ */ | 28 #ifdef CONST_IS_LOSING |
29 # define CONST | |
30 #else | |
31 # define CONST const | |
32 #endif |