diff options
Diffstat (limited to 'gcc/objc')
| -rw-r--r-- | gcc/objc/objc-act.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 5b6e33a8508..99f2d23055c 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -1,6 +1,6 @@ /* Implement classes and message passing for Objective C. Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, - 1999, 2000 Free Software Foundation, Inc. + 1999, 2000, 2001 Free Software Foundation, Inc. Contributed by Steve Naroff. This file is part of GNU CC. @@ -704,6 +704,8 @@ lang_init () not to be built in. */ lineno = 0; + c_common_lang_init (); + /* If gen_declaration desired, open the output file. */ if (flag_gen_declaration) { |

