XEmacs 21.2.11
[chise/xemacs-chise.git.1] / src / xintrinsic.h
index 0baf968..8262613 100644 (file)
@@ -23,4 +23,8 @@ Boston, MA 02111-1307, USA.  */
 
 #include <X11/Intrinsic.h>
 
-#define CONST const
+#ifdef CONST_IS_LOSING
+# define CONST
+#else
+# define CONST const
+#endif