gcc/libobjc/objc/deprecated
Nicola Pero 5d3b14bd9a In libobjc/:
* hash.c: Include objc-private/hash.h instead of objc/hash.h.

        * objc/sarray.h: Moved into objc/deprecated/sarray.h;
        objc/sarray.h replaced with a placeholder including the file from
        the deprecated/ directory.
        * objc-private/sarray.h: New file (private copy of sarray.h).
        * hash.c: Include <assert.h> instead of "assert.h"
        * sarray.c: Include <assert.h> instead of "assert.h".  Include
        objc-private/sarray.h instead of objc/sarray.h.
        * selector.c: Include objc-private/sarray.h instead of
        objc/sarray.h.
        * sendmsg.c: Include <assert.h>.  Include objc-private/sarray.h
        instead of objc/sarray.h.
        * Makefile.in (OBJC_DEPRECATED_H): Added sarray.h.

From-SVN: r164389
2010-09-18 09:34:58 +00:00
..
hash.h In libobjc/: 2010-09-17 16:35:15 +00:00
MetaClass.h
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
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
struct_objc_class.h
struct_objc_protocol.h
struct_objc_selector.h
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.