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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32heap.c [lexbind]
Date: Tue, 06 Jul 2004 07:12:22 -0400

Index: emacs/src/w32heap.c
diff -c emacs/src/w32heap.c:1.21.4.2 emacs/src/w32heap.c:1.21.4.3
*** emacs/src/w32heap.c:1.21.4.2        Tue Oct 14 23:22:48 2003
--- emacs/src/w32heap.c Tue Jul  6 09:14:38 2004
***************
*** 245,250 ****
--- 245,251 ----
          exit (1);
        }
  
+ #if defined (NO_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)
***************
*** 252,258 ****
          printf ("Error: The heap was allocated in upper memory.\n");
          exit (1);
        }
! 
        data_region_end = data_region_base;
        real_data_region_end = data_region_end;
      }
--- 253,259 ----
          printf ("Error: The heap was allocated in upper memory.\n");
          exit (1);
        }
! #endif
        data_region_end = data_region_base;
        real_data_region_end = data_region_end;
      }




reply via email to

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