diff options
Diffstat (limited to 'contrib/gcc/cccp.c')
-rw-r--r-- | contrib/gcc/cccp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc/cccp.c b/contrib/gcc/cccp.c index 83f4dff..023502f 100644 --- a/contrib/gcc/cccp.c +++ b/contrib/gcc/cccp.c @@ -1,5 +1,6 @@ /* C Compatible Compiler Preprocessor (CCCP) - Copyright (C) 1986, 87, 89, 92-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, + 1999, 2000 Free Software Foundation, Inc. Written by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 |