diff src/xintrinsic.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 1f50e6fe4f3f
children 697ef44129c6
line wrap: on
line diff
--- a/src/xintrinsic.h	Mon Aug 13 11:12:06 2007 +0200
+++ b/src/xintrinsic.h	Mon Aug 13 11:13:30 2007 +0200
@@ -19,12 +19,9 @@
 
 /* Synched up with: Not in FSF. */
 
-#undef CONST                    /* X11R4 header thinks it can define CONST */
+#ifndef INCLUDED_xintrinsic_h_
+#define INCLUDED_xintrinsic_h_
 
 #include <X11/Intrinsic.h>
 
-#ifdef CONST_IS_LOSING
-# define CONST
-#else
-# define CONST const
-#endif
+#endif /* INCLUDED_xintrinsic_h_ */