diff options
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/Makefile.in | 2 | ||||
-rw-r--r-- | gcc/objc/objc-tree.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index 0bc9212..71c564c 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -1,5 +1,5 @@ # GNU Objective C frontend Makefile -# Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1993, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # # This file is part of GNU CC. # diff --git a/gcc/objc/objc-tree.def b/gcc/objc/objc-tree.def index 9d6765b..a661624 100644 --- a/gcc/objc/objc-tree.def +++ b/gcc/objc/objc-tree.def @@ -1,7 +1,7 @@ /* This file contains the definitions and documentation for the additional tree codes used in the Objective C front end (see tree.def for the standard codes). - Copyright (C) 1990 Free Software Foundation, Inc. + Copyright (C) 1990, 1997 Free Software Foundation, Inc. This file is part of GNU CC. |