From b9305c66c295ed669ae1926a66ce0efee15ecf9f Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 2 Jun 2002 20:13:46 +0000 Subject: [PATCH] * c-lex.c: Update copyright and file description. From-SVN: r54185 --- gcc/ChangeLog | 4 ++++ gcc/c-lex.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc4bc5d..1651bdb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2002-06-02 Neil Booth + * c-lex.c: Update copyright and file description. + +2002-06-02 Neil Booth + * config/fr30/fr30.h: Update to new CPP macros. 2002-06-02 Neil Booth diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 65c0f9f..4cb70c8 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. -- 2.7.4