summaryrefslogtreecommitdiffstats
path: root/gcc/objc/objc-act.h
diff options
context:
space:
mode:
authorshebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>2002-07-02 21:59:34 +0000
committershebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>2002-07-02 21:59:34 +0000
commitf9c97a964d2fed895246df0644240c56b8d41068 (patch)
tree4490d49b0ca7ef976a719a92a9be675a3a160306 /gcc/objc/objc-act.h
parent340da04944ae705cc94da5628fb55298f709a361 (diff)
downloadppe42-gcc-f9c97a964d2fed895246df0644240c56b8d41068.tar.gz
ppe42-gcc-f9c97a964d2fed895246df0644240c56b8d41068.zip
2002-07-02 Ziemowit Laski <zlaski@apple.com>
* c-parse.in (designator): Enable designated initializers if ObjC. (objcmessageexpr): Remove references to objc_receiver_context. * objc/objc-act.h (objc_receiver_context): Remove decl. * objc/objc-act.c (objc_receiver_context): Remove. (lookup_objc_ivar): Test objc_method_context instead of objc_receiver_context. 2002-07-02 Ziemowit Laski <zlaski@apple.com> * objc.dg/desig-init-1.m: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55192 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc/objc-act.h')
-rw-r--r--gcc/objc/objc-act.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h
index 17e5bd58c4d..13b3e63de1f 100644
--- a/gcc/objc/objc-act.h
+++ b/gcc/objc/objc-act.h
@@ -64,8 +64,6 @@ void objc_declare_alias PARAMS ((tree, tree));
void objc_declare_class PARAMS ((tree));
void objc_declare_protocols PARAMS ((tree));
-extern int objc_receiver_context;
-
/* the following routines are used to implement statically typed objects */
int objc_comptypes PARAMS ((tree, tree, int));
OpenPOWER on IntegriCloud