diff options
Diffstat (limited to 'gcc/objc/objc-act.h')
-rw-r--r-- | gcc/objc/objc-act.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h index b80761d..52eeb44 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. */ |