/[gcl]/gcl/h/powerpc-macosx.h
ViewVC logotype

Diff of /gcl/h/powerpc-macosx.h

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

revision 1.13 by camm, Sat May 7 02:44:56 2005 UTC revision 1.14 by camm, Wed Jun 15 15:43:11 2005 UTC
# Line 36  extern char *mach_brkpt; Line 36  extern char *mach_brkpt;
36  extern char *get_dbegin ();  extern char *get_dbegin ();
37    
38  #undef SET_REAL_MAXPAGE  #undef SET_REAL_MAXPAGE
39  #define SET_REAL_MAXPAGE { my_sbrk(0); real_maxpage = (int) mach_maplimit/PAGESIZE; }  #define SET_REAL_MAXPAGE { sbrk_macosx(0); real_maxpage = (int) mach_maplimit/PAGESIZE; }
40    
41  #define sbrk my_sbrk  #define sbrk sbrk_macosx
42  extern char *my_sbrk(int incr);  extern char *sbrk_macosx(int incr);
43    
44    
45  /** (si::save-system "...") a.k.a. unexec implementation  */  /** (si::save-system "...") a.k.a. unexec implementation  */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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