From dbd61108e4bc2bb8b67bd49d53ea0dee27e3273b Mon Sep 17 00:00:00 2001 From: mccallum Date: Tue, 12 Mar 1996 14:44:47 +0000 Subject: [PATCH] (return_retained): Change macro from 1 to 0. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1102 72102866-910b-0410-8b05-ffd578937521 --- Source/Invocation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Invocation.m b/Source/Invocation.m index 48a76a1ef..6f99cb88f 100644 --- a/Source/Invocation.m +++ b/Source/Invocation.m @@ -49,7 +49,7 @@ #endif /* not STDC_HEADERS and not HAVE_STRING_H */ /* xxx Perhaps make this an ivar. */ -#define return_retained 1 +#define return_retained 0 @implementation Invocation