diff 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
line wrap: on
line diff
--- a/src/xintrinsicp.h	Mon Aug 13 11:12:06 2007 +0200
+++ b/src/xintrinsicp.h	Mon Aug 13 11:13:30 2007 +0200
@@ -19,14 +19,11 @@
 
 /* Synched up with: Not in FSF. */
 
-#undef CONST                    /* X11R4 header thinks it can define CONST */
+#ifndef INCLUDED_xintrinsicp_h_
+#define INCLUDED_xintrinsicp_h_
 
 #include <X11/Intrinsic.h>
 #include <X11/IntrinsicP.h>
 #include <X11/ObjectP.h>     /* apparently some IntrinsicP.h don't have this */
 
-#ifdef CONST_IS_LOSING
-# define CONST
-#else
-# define CONST const
-#endif
+#endif /* INCLUDED_xintrinsicp_h_ */