update.
[chise/xemacs-chise.git-] / src / xintrinsic.h
index 0baf968..f0cbba6 100644 (file)
@@ -19,8 +19,17 @@ Boston, MA 02111-1307, USA.  */
 
 /* Synched up with: Not in FSF. */
 
+#ifndef INCLUDED_xintrinsic_h_
+#define INCLUDED_xintrinsic_h_
+
 #undef CONST                    /* X11R4 header thinks it can define CONST */
 
 #include <X11/Intrinsic.h>
 
-#define CONST const
+#ifdef CONST_IS_LOSING
+# define CONST
+#else
+# define CONST const
+#endif
+
+#endif /* INCLUDED_xintrinsic_h_ */