gcc/libobjc/objc/deprecated
Nicola Pero cf3822f181 In libobjc/: 2010-10-10 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/:
2010-10-10  Nicola Pero  <nicola.pero@meta-innovation.com>

        * objc-foreach.c: Include objc-private/common.h.
        * objc/deprecated/METHOD_NULL.h: New file.
        * objc/objc-api.h: Include deprecated/METHOD_NULL.h instead of
        defining METHOD_NULL here.
        * Makefile.in (OBJC_DEPRECATED_H): Added METHOD_NULL.h.
        * Object.m ([+instancesRespondTo:]): Use (Method_t)0 instead of
        METHOD_NULL.
        ([-respondsTo:]): Same change.
        * objc/objc-api.h (method_get_imp): Converted it into a normal
        function so that we can hide the internals of struct objc_method.
        * sendmsg.c (method_get_imp): Implemented.

From-SVN: r165241
2010-10-09 22:22:23 +00:00
..
hash.h In libobjc/: 2010-09-17 16:35:15 +00:00
MetaClass.h In libobjc: 2010-09-11 12:38:56 +00:00
METHOD_NULL.h In libobjc/: 2010-10-10 Nicola Pero <nicola.pero@meta-innovation.com> 2010-10-09 22:22:23 +00:00
objc_error.h In libobjc/: 2010-09-12 00:43:15 +00:00
objc_malloc.h In libobjc/: 2010-09-12 01:44:58 +00:00
objc_unexpected_exception.h In libobjc: 2010-09-11 12:38:56 +00:00
objc_valloc.h In libobjc/: 2010-09-12 01:44:58 +00:00
objc-list.h In libobjc/: 2010-09-17 16:35:15 +00:00
Object.h
README
sarray.h In libobjc/: 2010-09-18 09:34:58 +00:00
STR.h In libobjc: 2010-09-11 12:38:56 +00:00
struct_objc_class.h struct_objc_class.h: Add padding to avoid warning with -Wpadded. 2010-09-30 11:01:19 +02:00
struct_objc_protocol.h In libobjc: 2010-09-11 12:38:56 +00:00
struct_objc_selector.h In libobjc: 2010-09-11 12:38:56 +00:00
typedstream.h

This directory contains declarations and features that are deprecated
and that will be removed in future versions of the compiler.

Note that files in this directory are not really usable headers on
their own - they shouldn't be included directly by end users.  They
are header fragments containing deprecated APIs that are still
included (until removed) from the real headers in objc/.

Files in this directory should not #include any other objc header.
Any include that they need should be done in the real objc/ headers
before including these fragments.