From e151b250396844b19583ef88a76f766a9a07b6ea Mon Sep 17 00:00:00 2001 From: zlaski Date: Wed, 22 Sep 2004 01:13:07 +0000 Subject: [gcc/objc/ChangeLog] 2004-09-21 Ziemowit Laski * objc-act.c (objc_fold_objc_type_ref): New function. * objc-act.h (objc_fold_objc_type_ref): New prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87838 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/objc/objc-act.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/objc/objc-act.h') diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h index b80761d310f..52eeb448cfa 100644 --- a/gcc/objc/objc-act.h +++ b/gcc/objc/objc-act.h @@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ bool objc_init (void); const char *objc_printable_name (tree, int); void objc_finish_file (void); +tree objc_fold_obj_type_ref (tree, tree); /* NB: The remaining public functions are prototyped in c-common.h, for the benefit of stub-objc.c and objc-act.c. */ -- cgit v1.2.1