/[emacs]/emacs/src/w32heap.c
ViewVC logotype

Diff of /emacs/src/w32heap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21.4.2 by miles, Tue Oct 14 23:22:48 2003 UTC revision 1.21.4.3 by miles, Tue Jul 6 09:14:38 2004 UTC
# Line 245  init_heap () Line 245  init_heap ()
245            exit (1);            exit (1);
246          }          }
247    
248    #if defined (NO_UNION_TYPE) && !defined (USE_LSB_TAG)
249        /* Ensure that the addresses don't use the upper tag bits since        /* Ensure that the addresses don't use the upper tag bits since
250           the Lisp type goes there.  */           the Lisp type goes there.  */
251        if (((unsigned long) data_region_base & ~VALMASK) != 0)        if (((unsigned long) data_region_base & ~VALMASK) != 0)
# Line 252  init_heap () Line 253  init_heap ()
253            printf ("Error: The heap was allocated in upper memory.\n");            printf ("Error: The heap was allocated in upper memory.\n");
254            exit (1);            exit (1);
255          }          }
256    #endif
257        data_region_end = data_region_base;        data_region_end = data_region_base;
258        real_data_region_end = data_region_end;        real_data_region_end = data_region_end;
259      }      }

Legend:
Removed from v.1.21.4.2  
changed lines
  Added in v.1.21.4.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26