aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc-features.texi
diff options
context:
space:
mode:
authorOvidiu Predescu <ovidiu@cup.hp.com>1999-04-08 09:23:35 +0000
committerOvidiu Predescu <ovidiu@gcc.gnu.org>1999-04-08 09:23:35 +0000
commit09608fa2b0c6b8afde9c65a9dcce75d1b27e2b2c (patch)
tree0cf082d378be1eea9367abf81715c426e207a295 /libobjc/objc-features.texi
parent64ccbc9931b1483b76dfa5c4ded875a3f8881a28 (diff)
downloadgcc-09608fa2b0c6b8afde9c65a9dcce75d1b27e2b2c.zip
gcc-09608fa2b0c6b8afde9c65a9dcce75d1b27e2b2c.tar.gz
gcc-09608fa2b0c6b8afde9c65a9dcce75d1b27e2b2c.tar.bz2
Updated the URL to Boehm's GC page.
From-SVN: r26292
Diffstat (limited to 'libobjc/objc-features.texi')
-rw-r--r--libobjc/objc-features.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/objc-features.texi b/libobjc/objc-features.texi
index f1a33ae..819caf6 100644
--- a/libobjc/objc-features.texi
+++ b/libobjc/objc-features.texi
@@ -317,7 +317,7 @@ argument types.
Support for a new memory management policy has been added by using a
powerful conservative garbage collector, known as the
Boehm-Demers-Weiser conservative garbage collector. It is available from
-@w{@uref{http://reality.sgi.com/employees/boehm_mti/gc.html}}.
+@w{@uref{http://reality.sgi.com/boehm_mti/gc.html}}.
To enable the support for it you have to configure the compiler using an
additional argument, @w{@kbd{--enable-objc-gc}}. You need to have