]> code.delx.au - gnu-emacs/blobdiff - src/w32heap.c
* lisp.h:
[gnu-emacs] / src / w32heap.c
index 099024e52cd478aeec745d690ff2b67948aa6c5c..4298e6f70a2190ba207070be48cedd40b948a5e5 100644 (file)
@@ -240,7 +240,7 @@ init_heap ()
          exit (1);
        }
 
-#if defined (NO_UNION_TYPE) && !defined (USE_LSB_TAG)
+#if !defined (USE_LISP_UNION_TYPE) && !defined (USE_LSB_TAG)
       /* Ensure that the addresses don't use the upper tag bits since
         the Lisp type goes there.  */
       if (((unsigned long) data_region_base & ~VALMASK) != 0)