Updated the URL to Boehm's GC page.

From-SVN: r26292
This commit is contained in:
Ovidiu Predescu 1999-04-08 09:23:35 +00:00 committed by Ovidiu Predescu
parent 64ccbc9931
commit 09608fa2b0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
* objc-features.texi: Updated the URL to Boehm's GC page.
Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
* archive.c (__objc_code_char, __objc_write_char): Explicitly specify

View File

@ -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