aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck2.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-06-15 08:37:21 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-06-15 08:37:21 -0400
commit6bc06b8f99ab657c4d5876321b535913895bda17 (patch)
tree30cfbbb5ddc40bcc82fb0c735c5e04886b218c23 /gcc/cp/typeck2.c
parent9efb75d6a2aa31193a5796a79a73bbf53a0876dd (diff)
downloadgcc-6bc06b8f99ab657c4d5876321b535913895bda17.zip
gcc-6bc06b8f99ab657c4d5876321b535913895bda17.tar.gz
gcc-6bc06b8f99ab657c4d5876321b535913895bda17.tar.bz2
Update FSF address.
From-SVN: r9968
Diffstat (limited to 'gcc/cp/typeck2.c')
-rw-r--r--gcc/cp/typeck2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c
index 593930e..ea24acb 100644
--- a/gcc/cp/typeck2.c
+++ b/gcc/cp/typeck2.c
@@ -17,7 +17,8 @@ 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
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* This file is part of the C++ front end.