/[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.16 by camm, Fri Dec 9 01:34:37 2005 UTC revision 1.17 by camm, Fri Dec 9 02:53:48 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 { sbrk_macosx(0); real_maxpage = (int) mach_maplimit/PAGESIZE; }  #define SET_REAL_MAXPAGE { my_sbrk(0); real_maxpage = (int) mach_maplimit/PAGESIZE; }
40    
41  #define sbrk sbrk_macosx  #define sbrk my_sbrk
42  extern void *my_sbrk(int incr);  extern void *my_sbrk(int incr);
43    
44    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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