gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

terrible bug in NSObject.h


From: Frederic De Jaeger
Subject: terrible bug in NSObject.h
Date: 13 Aug 2002 22:13:11 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

I will only say one thing :

NSObject.h, line 394

#define TEST_RELEASE(object)    ({\
id __object = (id)(object); if (__object != nil) [__object retain]; })
                                                           +++++++

arghhhhhh.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]