(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
This commit is contained in:
mccallum 1996-03-12 14:44:47 +00:00
parent a8502d46d5
commit dbd61108e4

View file

@ -49,7 +49,7 @@
#endif /* not STDC_HEADERS and not HAVE_STRING_H */ #endif /* not STDC_HEADERS and not HAVE_STRING_H */
/* xxx Perhaps make this an ivar. */ /* xxx Perhaps make this an ivar. */
#define return_retained 1 #define return_retained 0
@implementation Invocation @implementation Invocation