XEmacs 21.2.33 "Melpomene".
[chise/xemacs-chise.git.1] / src / lisp-union.h
index 4a49f8f..70ef72c 100644 (file)
@@ -30,7 +30,7 @@ typedef
 union Lisp_Object
 {
   /* if non-valbits are at lower addresses */
-#if defined(WORDS_BIGENDIAN)
+#ifdef WORDS_BIGENDIAN
   struct
   {
     EMACS_UINT val : VALBITS;