diff options
| author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-03 23:13:09 +0000 |
|---|---|---|
| committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-03 23:13:09 +0000 |
| commit | af86cc06d46e902ec617f840978ef63c03dfb085 (patch) | |
| tree | 7d1477dadb2279e1beb601be639c747d91454047 | |
| parent | 20851497b803fda35dc45d6139ec4f38a5b32c82 (diff) | |
| download | ppe42-gcc-af86cc06d46e902ec617f840978ef63c03dfb085.tar.gz ppe42-gcc-af86cc06d46e902ec617f840978ef63c03dfb085.zip | |
* cvt.c, decl.c, decl2.c: This is the C++ front end, not the C
front end.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60861 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/cp/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/cp/cvt.c | 4 | ||||
| -rw-r--r-- | gcc/cp/decl.c | 4 | ||||
| -rw-r--r-- | gcc/cp/decl2.c | 2 |
4 files changed, 10 insertions, 5 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index cdc4127ccf0..b6aef432de7 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2003-01-03 Nathanael Nerode <neroden@gcc.gnu.org> + + * cvt.c, decl.c, decl2.c: This is the C++ front end, not the C + front end. + 2003-01-03 Matt Austern <austern@apple.com> * cp-tree.h (struct lang_type_class): add field for key method diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index 48477735ac1..73b17e8f054 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -1,6 +1,6 @@ /* Language-level data type conversion for GNU C++. Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. @@ -21,7 +21,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* This file contains the functions for converting C expressions +/* This file contains the functions for converting C++ expressions to different data types. The only entry point is `convert'. Every language front end must have a `convert' function but what kind of conversions it does will depend on the language. */ diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 63ec317d7dc..f8141823e30 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -1,6 +1,6 @@ -/* Process declarations and variables for C compiler. +/* Process declarations and variables for C++ compiler. Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002 Free Software Foundation, Inc. + 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 4e0b7fed1b7..e5d1f02c576 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -1,4 +1,4 @@ -/* Process declarations and variables for C compiler. +/* Process declarations and variables for C++ compiler. Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) |

