emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32heap.c,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/w32heap.c,v
Date: Fri, 11 Jul 2008 02:29:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/11 02:29:44

Index: src/w32heap.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32heap.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- src/w32heap.c       14 May 2008 07:50:06 -0000      1.33
+++ src/w32heap.c       11 Jul 2008 02:29:41 -0000      1.34
@@ -240,7 +240,7 @@
          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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]