gcl-devel
[Top][All Lists]
Advanced

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

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


From: Clemens Heitzinger
Subject: [Gcl-devel] Patch for gcl-cvs on Tiger: powerpc-macosx.h
Date: Tue, 10 May 2005 19:45:03 -0700

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  */




Attachment: gcl-patch-config-h.diffu
Description: Binary data



reply via email to

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