diff options
Diffstat (limited to 'gcc/lists.c')
-rw-r--r-- | gcc/lists.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/lists.c b/gcc/lists.c index 8c622a6a153..eb665b87ee1 100644 --- a/gcc/lists.c +++ b/gcc/lists.c @@ -1,5 +1,6 @@ /* List management for the GNU C-Compiler expander. - Copyright (C) 1987, 88, 92-97, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, + 1999 Free Software Foundation, Inc. This file is part of GNU CC. |