5d3b14bd9a
* 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 |
||
---|---|---|
.. | ||
hash.h | ||
MetaClass.h | ||
objc_error.h | ||
objc_malloc.h | ||
objc_unexpected_exception.h | ||
objc_valloc.h | ||
objc-list.h | ||
Object.h | ||
README | ||
sarray.h | ||
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.