summaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.h
diff options
context:
space:
mode:
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1995-01-14 01:09:01 +0000
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1995-01-14 01:09:01 +0000
commitaa5ec236cf31ff5a76ef0440a181a8036a849017 (patch)
tree9af815a0feebeea5b32fc5a358886913ab5dd30e /gcc/objc/objc-act.h
parentf377226ecebe6b5c95b73996ae121bc78c8bff01 (diff)
downloadgcc-aa5ec236cf31ff5a76ef0440a181a8036a849017.tar.gz
__attribute__ ((constructor))
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8747 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc/objc-act.h')
-rw-r--r--gcc/objc/objc-act.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h
index e6765d9168d..1a88fcaa3c7 100644
--- a/gcc/objc/objc-act.h
+++ b/gcc/objc/objc-act.h
@@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* used by yyparse */
-void objc_finish PROTO((void));
+void finish_file PROTO((void));
tree start_class PROTO((enum tree_code, tree, tree, tree));
tree continue_class PROTO((tree));
void finish_class PROTO((tree));