* c-lex.c: Update copyright and file description.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 2 Jun 2002 20:13:46 +0000 (20:13 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 2 Jun 2002 20:13:46 +0000 (20:13 +0000)
From-SVN: r54185

gcc/ChangeLog
gcc/c-lex.c

index bc4bc5d64c729af49582ffa9327ab282bec225c4..1651bdbd1872b6e3175c4bf1be67c08742e4b1aa 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 65c0f9f87556b70365df2799dd2f177703c8a956..4cb70c8f88636b947fec14e24c2a40dccc64f1b5 100644 (file)
@@ -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.