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/cpplib.h | |
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/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index e9002fb..367491b 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -1,5 +1,5 @@ /* Definitions for CPP library. - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Written by Per Bothner, 1994-95. @@ -152,7 +152,7 @@ enum cpp_ttype enum c_lang {CLK_GNUC89 = 0, CLK_GNUC99, CLK_STDC89, CLK_STDC94, CLK_STDC99, CLK_GNUCXX, CLK_CXX98, CLK_OBJC, CLK_OBJCXX, CLK_ASM}; -/* Payload of a NUMBER, FLOAT, STRING, or COMMENT token. */ +/* Payload of a NUMBER, STRING, CHAR or COMMENT token. */ struct cpp_string { unsigned int len; |