diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-01-03 21:43:09 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-01-03 21:43:09 +0000 |
commit | 5d8ebbd862cb31e73a3a3c9f16adc274cc6ef924 (patch) | |
tree | 3504047f1de0b4702b0d0d4991c780df4a3aad89 /gcc/cppmacro.c | |
parent | 518c131126e5829ed7e911b3421327ebef4dfb00 (diff) | |
download | gcc-5d8ebbd862cb31e73a3a3c9f16adc274cc6ef924.zip gcc-5d8ebbd862cb31e73a3a3c9f16adc274cc6ef924.tar.gz gcc-5d8ebbd862cb31e73a3a3c9f16adc274cc6ef924.tar.bz2 |
cpperror.c: Update comments and copyright.
* cpperror.c: Update comments and copyright.
* cppexp.c, cppfiles.c, cpphash.c, cpphash.h, cppinit.c,
cpplex.c, cpplib.c, cpplib.h, cppmacro.c, cppmain.c: Similarly.
From-SVN: r48522
Diffstat (limited to 'gcc/cppmacro.c')
-rw-r--r-- | gcc/cppmacro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index c36389e..538c689 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -1,6 +1,6 @@ /* Part of CPP library. (Macro and #define handling.) Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1998, - 1999, 2000, 2001 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Written by Per Bothner, 1994. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 |