diff src/xintrinsic.h @ 392:1f50e6fe4f3f r21-2-11

Import from CVS: tag r21-2-11
author cvs
date Mon, 13 Aug 2007 11:10:50 +0200
parents cc15677e0335
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/xintrinsic.h	Mon Aug 13 11:10:04 2007 +0200
+++ b/src/xintrinsic.h	Mon Aug 13 11:10:50 2007 +0200
@@ -23,4 +23,8 @@
 
 #include <X11/Intrinsic.h>
 
-#define CONST const
+#ifdef CONST_IS_LOSING
+# define CONST
+#else
+# define CONST const
+#endif