diff options
Diffstat (limited to 'gcc/ch/except.c')
-rw-r--r-- | gcc/ch/except.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ch/except.c b/gcc/ch/except.c index 22abd04..c1b85df 100644 --- a/gcc/ch/except.c +++ b/gcc/ch/except.c @@ -1,6 +1,7 @@ /* Exception support for GNU CHILL. WARNING: Only works for native (needs setjmp.h)! FIXME! - Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000 + Free Software Foundation, Inc. This file is part of GNU CC. |