[svn:parrot] r43374 - branches/boehm_gc/src/gc
bacek at svn.parrot.org
bacek at svn.parrot.org
Sat Jan 2 21:06:33 UTC 2010
Author: bacek
Date: Sat Jan 2 21:06:33 2010
New Revision: 43374
URL: https://trac.parrot.org/parrot/changeset/43374
Log:
Remove useless gc_local_alloc.h include.
Modified:
branches/boehm_gc/src/gc/alloc_memory.c
Modified: branches/boehm_gc/src/gc/alloc_memory.c
==============================================================================
--- branches/boehm_gc/src/gc/alloc_memory.c Sat Jan 2 21:06:14 2010 (r43373)
+++ branches/boehm_gc/src/gc/alloc_memory.c Sat Jan 2 21:06:33 2010 (r43374)
@@ -26,7 +26,6 @@
#ifdef PARROT_HAS_BOEHM_GC
# include <gc.h>
-# include <gc_local_alloc.h>
# define malloc GC_MALLOC
# define free(x) {}
# define realloc GC_REALLOC
More information about the parrot-commits
mailing list