diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-11 22:47:14 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-11 22:47:14 +0000 |
commit | e58aa1bc95b9e4d200114e4263624935d1d4af3f (patch) | |
tree | aeee442b6141a22a4e3548f6ffa77674cf0c98d1 /libobjc/sarray.c | |
parent | 0c528ee024f9bc4bd6f84825f8ca183ed69b459d (diff) | |
download | gcc-e58aa1bc95b9e4d200114e4263624935d1d4af3f.tar.gz |
In libobjc/:
* objc/objc.h (__GNU_LIBOBJC__): New #define providing an easy way
to check the API version. Added some comments.
* objc-private/common.h: New file.
* NXConstStr.m: Include objc-private/common.h.
* Object.m: Same change.
* Protocol.m: Same change.
* archive.c: Same change.
* class.c: Same change.
* encoding.c: Same change.
* exception.c: Same change.
* gc.c: Same change.
* hash.c: Same change.
* init.c: Same change.
* libobjc_entry.c: Same change.
* linking.m: Same change.
* misc.c: Same change (and added a comment).
* nil_method.c: Same change.
* objects.c: Same change.
* sarray.c: Same change.
* selector.c: Same change.
* sendmsg.c: Same change.
* thr.c: Same change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/sarray.c')
-rw-r--r-- | libobjc/sarray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/sarray.c b/libobjc/sarray.c index 79172ea93be..dd140c76f36 100644 --- a/libobjc/sarray.c +++ b/libobjc/sarray.c @@ -22,7 +22,7 @@ a copy of the GCC Runtime Library Exception along with this program; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ - +#include "objc-private/common.h" #include "objc/sarray.h" #include "objc/objc.h" #include "objc/objc-api.h" |