(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:
Andrew McCallum 1996-03-12 14:44:47 +00:00
parent e857abdc62
commit 88bd7036a3

View file

@ -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