[svn r290] Forgot to remove a #define in mem.c

This commit is contained in:
Tomas Lindquist Olsen
2008-06-15 18:57:11 +02:00
parent e1aa043a81
commit ccecb39c46

View File

@@ -9,8 +9,6 @@
#include "mem.h"
#define USE_BOEHM_GC 0
#if USE_BOEHM_GC
// I needed to perfix the dir after upgrading to gc 7.0
#include "gc/gc.h"