On Wed, 22 Sep 2010, Tamas TEVESZ wrote:

 > >From 2e7d7fbc4c2638ccf0af4ffa8d13b814b5039e30 Mon Sep 17 00:00:00 2001
 > From: Tamas TEVESZ <[email protected]>
 > Date: Wed, 22 Sep 2010 18:00:34 +0200
 > Subject: [PATCH] Repair TEST_WITH_GC

*fck*

please amend with this:

diff --git a/WINGs/memory.c b/WINGs/memory.c
index 46b1332..e3859d2 100644
--- a/WINGs/memory.c
+++ b/WINGs/memory.c
@@ -31,9 +31,9 @@
 
 #ifdef WITH_BOEHM_GC
 #include <gc/gc.h>
-#define malloc(x)      GC_malloc(x)
-#define realloc(x, y)  GC_realloc(x, y)
-#define free(x)                GC_free(x)
+#define malloc(x)      GC_MALLOC(x)
+#define realloc(x, y)  GC_REALLOC(x, y)
+#define free(x)                GC_FREE(x)
 #endif /* WITH_BOEHM_GC */
 
 #ifndef False

-- 
[-]

mkdir /nonexistent


-- 
To unsubscribe, send mail to [email protected].

Reply via email to