diff src/xintrinsic.h @ 333:4f79e16b1112 r21-0-64

Import from CVS: tag r21-0-64
author cvs
date Mon, 13 Aug 2007 10:49:50 +0200
parents c5d627a313b1
children cc15677e0335
line wrap: on
line diff
--- a/src/xintrinsic.h	Mon Aug 13 10:49:08 2007 +0200
+++ b/src/xintrinsic.h	Mon Aug 13 10:49: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