diff options
| author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-02 20:13:46 +0000 |
|---|---|---|
| committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-02 20:13:46 +0000 |
| commit | 3eb82013e62ddc46156ae95d0ae0eddc40a4988b (patch) | |
| tree | bb1bf1ed3789f09678f38076a732b562f88ad5c8 /gcc | |
| parent | cb8d9c4357b49e79a70d32644c4e370af228c9aa (diff) | |
| download | ppe42-gcc-3eb82013e62ddc46156ae95d0ae0eddc40a4988b.tar.gz ppe42-gcc-3eb82013e62ddc46156ae95d0ae0eddc40a4988b.zip | |
* c-lex.c: Update copyright and file description.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54185 138bc75d-0d04-0410-961f-82ee72b054a4
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. |

