-
- Downloads
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 From-SVN: r164373
Showing
- libobjc/ChangeLog 24 additions, 0 deletionslibobjc/ChangeLog
- libobjc/Makefile.in 2 additions, 2 deletionslibobjc/Makefile.in
- libobjc/class.c 1 addition, 0 deletionslibobjc/class.c
- libobjc/exception.c 1 addition, 0 deletionslibobjc/exception.c
- libobjc/init.c 2 additions, 2 deletionslibobjc/init.c
- libobjc/objc-private/hash.h 214 additions, 0 deletionslibobjc/objc-private/hash.h
- libobjc/objc-private/objc-list.h 0 additions, 0 deletionslibobjc/objc-private/objc-list.h
- libobjc/objc/deprecated/hash.h 0 additions, 1 deletionlibobjc/objc/deprecated/hash.h
- libobjc/objc/deprecated/objc-list.h 155 additions, 0 deletionslibobjc/objc/deprecated/objc-list.h
- libobjc/objc/objc-api.h 3 additions, 1 deletionlibobjc/objc/objc-api.h
- libobjc/objc/typedstream.h 1 addition, 1 deletionlibobjc/objc/typedstream.h
- libobjc/objects.c 1 addition, 0 deletionslibobjc/objects.c
- libobjc/sarray.c 1 addition, 0 deletionslibobjc/sarray.c
- libobjc/selector.c 2 additions, 2 deletionslibobjc/selector.c
- libobjc/sendmsg.c 1 addition, 0 deletionslibobjc/sendmsg.c
Loading
Please register or sign in to comment