diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/c-lex.c | 4 | 
2 files changed, 6 insertions, 2 deletions
| diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc4bc5d64c7..1651bdbd187 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@  2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk> +	* c-lex.c: Update copyright and file description. + +2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk> +  	* config/fr30/fr30.h: Update to new CPP macros.  2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk> diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 65c0f9f8755..4cb70c8f886 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -1,6 +1,6 @@ -/* Lexical analyzer for C and Objective C. +/* Mainly the interface between cpplib and the C front ends.     Copyright (C) 1987, 1988, 1989, 1992, 1994, 1995, 1996, 1997 -   1998, 1999, 2000 Free Software Foundation, Inc. +   1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.  This file is part of GCC. | 

