diff options
author | Timo Sirainen <cras@irssi.org> | 2003-01-25 03:19:40 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2003-01-25 03:19:40 +0000 |
commit | 0e61b4c8296d554065d934a4a0c27bed8603d3de (patch) | |
tree | 11041d8560a2cc69ba8aae34b4ef8b26a47203f5 /acconfig.h | |
parent | 8fe52e204147fcda0699badc2b1511e9c456ef97 (diff) | |
download | irssi-0e61b4c8296d554065d934a4a0c27bed8603d3de.zip |
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
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |