aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/config-lang.in
diff options
context:
space:
mode:
authorZiemowit Laski <zlaski@apple.com>2001-12-04 00:25:20 +0000
committerZiemowit Laski <zlaski@gcc.gnu.org>2001-12-04 00:25:20 +0000
commit4e089a757d0e64a243ab54969d2dcb094f88e3a6 (patch)
treed7559bc52fc1fa75f1a70224b1c1db1fc1998772 /gcc/objc/config-lang.in
parent9904592eca02e2525bc70247c25b1aa54a5b3b99 (diff)
downloadgcc-4e089a757d0e64a243ab54969d2dcb094f88e3a6.zip
gcc-4e089a757d0e64a243ab54969d2dcb094f88e3a6.tar.gz
gcc-4e089a757d0e64a243ab54969d2dcb094f88e3a6.tar.bz2
Make-lang.in: Update copyright.
* objc/Make-lang.in: Update copyright. (OBJC_OBJS): Add objc-lang.o. (objc-lang.o): New rule. * objc/config-lang.in: Fix file description and update copyright. * objc/objc-act.c: Do not include langhooks.h and langhooks-def.h (lang_hooks): Move (along with LANG_HOOKS...) to objc-lang.c. (objc_post_options): Move to objc-lang.c. (objc_init_options): Move to objc-lang.c. (objc_init): Make non-static. (HASHFUNCTION): Remove macro. (hash_func): New function. (hash_enter): Replace HASHFUNCTION with hash_func. (hash_lookup): Replace HASHFUNCTION with hash_func. (maybe_objc_tree_codes): New function. (init_objc): Move ObjC tree code initialization to maybe_objc_tree_codes(). * objc/objc-act.h (GCC_OBJC_ACT_H): New include guard. (objc_init): New public prototype. (objc_decode_option): New public prototype. (maybe_add_objc_tree_codes): New public prototype. * objc/objc-lang.c: New file. (lang_hooks): Moved from objc-act.c. (objc_post_options): Moved from objc-act.c. (objc_init_options): Moved from objc-act.c. From-SVN: r47575
Diffstat (limited to 'gcc/objc/config-lang.in')
-rw-r--r--gcc/objc/config-lang.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/objc/config-lang.in b/gcc/objc/config-lang.in
index d1c5957..9155d9d 100644
--- a/gcc/objc/config-lang.in
+++ b/gcc/objc/config-lang.in
@@ -1,5 +1,5 @@
-# Top level configure fragment for the GNU Objective-C Runtime Library.
-# Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
+# Top level configure fragment for GNU Objective-C
+# Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
#This file is part of GNU CC.