summaryrefslogtreecommitdiff
path: root/libobjc/Makefile.in
diff options
context:
space:
mode:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-17 16:35:15 +0000
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-17 16:35:15 +0000
commit1a46e3f104bdc3c8fb448e7ed91339918a7c1a20 (patch)
tree7c97648ea44e24d40bac796f8c61ad41803b5b07 /libobjc/Makefile.in
parent18a02cd3fae0cca4833d2be65b7098f68bb18427 (diff)
downloadgcc-1a46e3f104bdc3c8fb448e7ed91339918a7c1a20.tar.gz
In libobjc/:
* objc/hash.h: Moved into objc/deprecated/hash.h; objc/hash.h replaced with a placeholder including the file from the deprecated/ directory. * objc/objc-api.h: Updated includes. * objc/typedstream.h: Updated includes. * objc-private/hash.h: New file (private copy of hash.h). * objc/objc-list.h: Moved into objc/deprecated/objc-list.h; objc/objc-list.h replaced with a placeholder including the file from the deprecated/ directory. * objc-private/objc-list.h: New file (private copy of objc-list.h). * init.c: Include objc-private/hash.h and objc-private/objc-list.h instead of objc/hash.h and objc/objc-list.h. * selector.c: Same change. * class.c: Added include <string.h>, which used to be implicitly included when hash.h was included. * exception.c: Same change. * objects.c: Same change. * sarray.c: Same change. * sendmsg.c: Same change. * Makefile.in (OBJC_DEPRECATED_H): Added hash.h and objc-list.h. (OBJC_H): Removed hash.h and objc-list.h git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164373 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/Makefile.in')
-rw-r--r--libobjc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in
index 78d5bb01c61..576b29e6a07 100644
--- a/libobjc/Makefile.in
+++ b/libobjc/Makefile.in
@@ -117,11 +117,9 @@ OBJC_H = \
Object.h \
Protocol.h \
encoding.h \
- hash.h \
message.h \
objc-api.h \
objc-decls.h \
- objc-list.h \
sarray.h \
thr.h \
\
@@ -133,6 +131,8 @@ OBJC_DEPRECATED_H = \
MetaClass.h \
Object.h \
STR.h \
+ hash.h \
+ objc-list.h \
objc_error.h \
objc_malloc.h \
objc_unexpected_exception.h \