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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32heap.c [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:55:11 -0400

Index: emacs/src/w32heap.c
diff -c emacs/src/w32heap.c:1.22.6.1 emacs/src/w32heap.c:1.22.6.2
*** emacs/src/w32heap.c:1.22.6.1        Fri Apr 16 12:50:50 2004
--- emacs/src/w32heap.c Mon Jun 28 07:29:24 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]