From: Vincent Pit Date: Fri, 28 Aug 2009 17:28:45 +0000 (+0200) Subject: We don't need this (wrong) macro wrapper for indirect_teardown() X-Git-Tag: v0.19~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=40f70c31fb7b062366bd46139b577fa477de4c7a We don't need this (wrong) macro wrapper for indirect_teardown() --- diff --git a/indirect.xs b/indirect.xs index 53cff20..3f5a8cc 100644 --- a/indirect.xs +++ b/indirect.xs @@ -768,7 +768,6 @@ done: STATIC U32 indirect_initialized = 0; STATIC void indirect_teardown(pTHX_ void *root) { -#define indirect_teardown() indirect_teardown(aTHX) dMY_CXT; if (!indirect_initialized)