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

Diff of /emacs/src/alloc.c

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

revision 1.349 by monnier, Mon Sep 13 21:06:31 2004 UTC revision 1.350 by rms, Sat Sep 18 19:18:58 2004 UTC
# Line 186  Lisp_Object Vmemory_full; Line 186  Lisp_Object Vmemory_full;
186    
187  #ifndef HAVE_SHM  #ifndef HAVE_SHM
188    
189  /* Force it into data space!  Initialize it to a nonzero value;  /* Initialize it to a nonzero value to force it into data space
190     otherwise some compilers put it into BSS.  */     (rather than bss space).  That way unexec will remap it into text
191       space (pure), on some systems.  We have not implemented the
192       remapping on more recent systems because this is less important
193       nowadays than in the days of small memories and timesharing.  */
194    
195  EMACS_INT pure[PURESIZE / sizeof (EMACS_INT)] = {1,};  EMACS_INT pure[PURESIZE / sizeof (EMACS_INT)] = {1,};
196  #define PUREBEG (char *) pure  #define PUREBEG (char *) pure

Legend:
Removed from v.1.349  
changed lines
  Added in v.1.350

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