From c1c5187c9ee27bbf60a5c237ecbd3667b35bf544 Mon Sep 17 00:00:00 2001 From: Ziemowit Laski Date: Tue, 2 Jul 2002 21:59:34 +0000 Subject: c-parse.in (designator): Enable designated initializers if ObjC. 2002-07-02 Ziemowit Laski * 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 * objc.dg/desig-init-1.m: New test. From-SVN: r55192 --- gcc/objc/objc-act.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/objc/objc-act.h') diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h index 17e5bd5..13b3e63 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)); -- cgit v1.1