diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-19 01:29:09 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-19 01:29:09 +0000 |
commit | 69cfe70ff09adc0bea3e12abca3633cbe444e98b (patch) | |
tree | 462247c43c060a7636dfaee091ca5f760c1a6231 /libobjc/sendmsg.c | |
parent | aad58106aca82ec0858551f5402446be8bc383d5 (diff) | |
download | gcc-69cfe70ff09adc0bea3e12abca3633cbe444e98b.tar.gz |
In gcc/testsuite/:
2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
* objc.dg/gnu-api-2-resolve-method.m: Include objc/message.h.
* obj-c++.dg/gnu-api-2-resolve-method.m: Include objc/message.h.
In libobjc/:
2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
* Makefile.in (OBJC_DEPRECATED_H): Added objc_msg_sendv.h.
* objc/deprecated/objc_msg_sendv.h: New.
* objc/message.h: Do not define retval_t, apply_t, arglist,
arglist_t, objc_msg_sendv, now in
objc/deprecated/objc_msg_sendv.h.
* objc/objc.h: Do not include message.h; include
objc/deprecated/objc_msg_sendv.h instead. Tidied up comments.
* sendmsg.c: Include objc/message.h.
* thr.c: Include objc/message.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168042 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/sendmsg.c')
-rw-r--r-- | libobjc/sendmsg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 8797c82c981..e41a190eb37 100644 --- a/libobjc/sendmsg.c +++ b/libobjc/sendmsg.c @@ -34,6 +34,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "coretypes.h" #include "tm.h" #include "objc/runtime.h" +#include "objc/message.h" /* For objc_msg_lookup(), objc_msg_lookup_super(). */ #include "objc/thr.h" #include "objc-private/module-abi-8.h" #include "objc-private/runtime.h" |