diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-03 23:13:09 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-03 23:13:09 +0000 |
commit | 3fd5abcf46c2128491a5b897c525f9040885ae2a (patch) | |
tree | 7d1477dadb2279e1beb601be639c747d91454047 /gcc/cp/cvt.c | |
parent | f3ce4abad03bbb47fab8535d8a24bf6fc3940c14 (diff) | |
download | gcc-3fd5abcf46c2128491a5b897c525f9040885ae2a.zip gcc-3fd5abcf46c2128491a5b897c525f9040885ae2a.tar.gz gcc-3fd5abcf46c2128491a5b897c525f9040885ae2a.tar.bz2 |
cvt.c, [...]: This is the C++ front end, not the C front end.
* cvt.c, decl.c, decl2.c: This is the C++ front end, not the C
front end.
From-SVN: r60861
Diffstat (limited to 'gcc/cp/cvt.c')
-rw-r--r-- | gcc/cp/cvt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index 4847773..73b17e8 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. */ |