comparison src/xintrinsicp.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 376386a54a3c
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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 #undef CONST /* X11R4 header thinks it can define CONST */ 22 #ifndef INCLUDED_xintrinsicp_h_
23 #define INCLUDED_xintrinsicp_h_
23 24
24 #include <X11/Intrinsic.h> 25 #include <X11/Intrinsic.h>
25 #include <X11/IntrinsicP.h> 26 #include <X11/IntrinsicP.h>
26 #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 */
27 28
28 #ifdef CONST_IS_LOSING 29 #endif /* INCLUDED_xintrinsicp_h_ */
29 # define CONST
30 #else
31 # define CONST const
32 #endif