diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-08-05 09:20:18 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-05 03:20:18 -0600 |
commit | 7fc2d503b775cb4ef294542bb43d770bd933f4c7 (patch) | |
tree | 6a3a4248534511dd60b108a3074ae2c169688764 /gcc | |
parent | 5b281b2133dc0b9af24c5f7cfce06bd7fd4cba1c (diff) | |
download | gcc-7fc2d503b775cb4ef294542bb43d770bd933f4c7.zip gcc-7fc2d503b775cb4ef294542bb43d770bd933f4c7.tar.gz gcc-7fc2d503b775cb4ef294542bb43d770bd933f4c7.tar.bz2 |
* typeck2.c: Update URLs and mail addresses.
From-SVN: r28537
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/typeck2.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 3617a86..488e441 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 5 02:40:42 1999 Jeffrey A Law (law@cygnus.com) + + * typeck2.c: Update URLs and mail addresses. + 1999-08-04 Nathan Sidwell <nathan@acm.org> * cp-tree.h (empty_except_spec): New global var. diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c index cce836c..ab98bea 100644 --- a/gcc/cp/typeck2.c +++ b/gcc/cp/typeck2.c @@ -349,7 +349,7 @@ my_friendly_abort (i) else ack ("Internal compiler error %d.", i); ack ("Please submit a full bug report."); - ack ("See <URL:http://gcc.gnu.org/faq.html#bugreport> for instructions."); + ack ("See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions."); } else error ("confused by earlier errors, bailing out"); |