From 0e61b4c8296d554065d934a4a0c27bed8603d3de Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 25 Jan 2003 03:19:40 +0000 Subject: Lets see if GC happens to work now without explicit free() calls. Perl objects now set the C pointer to NULL once they're done with it, so this might just work without leaking.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3101 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- acconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 70bd9784..24806c2e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -13,6 +13,7 @@ #undef HAVE_GC_H #undef HAVE_GC_GC_H #undef WANT_BIG5 +#undef USE_GC /* macros/curses checks */ #undef HAS_CURSES -- cgit v1.2.3