gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Patch for gcl-cvs on Tiger: powerpc-macosx.h


From: Camm Maguire
Subject: Re: [Gcl-devel] Patch for gcl-cvs on Tiger: powerpc-macosx.h
Date: 15 Jun 2005 11:43:26 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  Done, and thanks!

Clemens Heitzinger <address@hidden> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gcl-devel

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]