Greetings!  Done, and thanks!

Clemens Heitzinger <[EMAIL PROTECTED]> writes:

> This patch (hopefully) fixes a problem in h/powerpc-macosx.h on
> Tiger.  (At least it compiles.)
> 
> 
> 
> --- h/powerpc-macosx.h.~1.13.~  2005-05-08 10:31:00.000000000 -0700
> +++ h/powerpc-macosx.h  2005-05-10 19:12:02.000000000 -0700
> @@ -39,7 +39,7 @@
> 
> #define SET_REAL_MAXPAGE { my_sbrk(0); real_maxpage = (int)
> mach_maplimit/PAGESIZE; }
> #define sbrk my_sbrk
> -extern char *my_sbrk(int incr);
> +void *my_sbrk(int incr);
> 
> 
> /** (si::save-system "...") a.k.a. unexec implementation  */
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> Gcl-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/gcl-devel

-- 
Camm Maguire                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to