cvt.c, [...]: This is the C++ front end, not the C front end.
authorNathanael Nerode <neroden@gcc.gnu.org>
Fri, 3 Jan 2003 23:13:09 +0000 (23:13 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Fri, 3 Jan 2003 23:13:09 +0000 (23:13 +0000)
* cvt.c, decl.c, decl2.c: This is the C++ front end, not the C
front end.

From-SVN: r60861

gcc/cp/ChangeLog
gcc/cp/cvt.c
gcc/cp/decl.c
gcc/cp/decl2.c

index cdc4127ccf02070faf4712b343c956c21aa81723..b6aef432de7783554bd1a66e74c112b49ac753ff 100644 (file)
@@ -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
index 48477735ac1be9128f9759fe7406ada42ad31519..73b17e8f054a1814f507fbc83b3b8c5c8920730a 100644 (file)
@@ -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.  */
index 63ec317d7dc5e1881832f1c13586838bd3343bc2..f8141823e30c5a3962c497b22de171b2560633b8 100644 (file)
@@ -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.
index 4e0b7fed1b72e9d37aed80fdc804f7d288e4f9bc..e5d1f02c5766baadc768b63745b53e34c008801b 100644 (file)
@@ -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)