From 1c3139456d21ccab63c193d341bb83e21b2077fb Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Mon, 30 Dec 2002 16:25:45 +0000 Subject: [PATCH] decl.c, [...]: GCC, not GNU CC. * decl.c, decl2.c, decl.h: GCC, not GNU CC. This is the C++ front end, not the C front end. From-SVN: r60636 --- gcc/cp/ChangeLog | 5 +++++ gcc/cp/decl.c | 10 +++++----- gcc/cp/decl.h | 8 ++++---- gcc/cp/decl2.c | 10 +++++----- 4 files changed, 19 insertions(+), 14 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 3c53e17..9a50d25 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2002-12-30 Nathanael Nerode + + * decl.c, decl2.c, decl.h: GCC, not GNU CC. This is the C++ front + end, not the C front end. + 2002-12-30 Nathan Sidwell * cp-tree.h (THUNK_TARGET): New macro. diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 97593e7..c0f82f7 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -3,25 +3,25 @@ 2001, 2002 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify +GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -GNU CC is distributed in the hope that it will be useful, +GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to +along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Process declarations and symbol lookup for C front end. +/* Process declarations and symbol lookup for C++ front end. Also constructs types; the standard scalar types at initialization, and structure, union, array and enum types when they are declared. */ diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h index eeac80f..a920438 100644 --- a/gcc/cp/decl.h +++ b/gcc/cp/decl.h @@ -1,20 +1,20 @@ /* Variables and structures for declaration processing. Copyright (C) 1993, 2000, 2002 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify +GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -GNU CC is distributed in the hope that it will be useful, +GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to +along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 70a9b47..f1e5e5e 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -3,25 +3,25 @@ 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify +GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -GNU CC is distributed in the hope that it will be useful, +GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to +along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Process declarations and symbol lookup for C front end. +/* Process declarations and symbol lookup for C++ front end. Also constructs types; the standard scalar types at initialization, and structure, union, array and enum types when they are declared. */ -- 2.7.4