diff options
author | Ovidiu Predescu <ovidiu@slip.net> | 1998-10-16 22:19:22 +0000 |
---|---|---|
committer | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 1998-10-16 22:19:22 +0000 |
commit | befb6d14dfe2ef793be28fe9b77343334f5212c6 (patch) | |
tree | 044e18a662c3e1bf5c499f85c2eb9e6120ea8a97 /libobjc/objc-features.texi | |
parent | cb2afeb31ed8d214b711f60ab7e24c190933916a (diff) | |
download | gcc-befb6d14dfe2ef793be28fe9b77343334f5212c6.zip gcc-befb6d14dfe2ef793be28fe9b77343334f5212c6.tar.gz gcc-befb6d14dfe2ef793be28fe9b77343334f5212c6.tar.bz2 |
Minor changes in the documentation. Correctly define get_inner_array_type.
From-SVN: r23144
Diffstat (limited to 'libobjc/objc-features.texi')
-rw-r--r-- | libobjc/objc-features.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/objc-features.texi b/libobjc/objc-features.texi index ec3b5a6..f1a33ae 100644 --- a/libobjc/objc-features.texi +++ b/libobjc/objc-features.texi @@ -14,7 +14,7 @@ This document is meant to describe some of the GNU Objective-C runtime features. It is not intended to teach you Objective-C, there are several resources on the Internet that present the language. Questions and comments about this document to Ovidiu Predescu -@code{<ovidiu@@aracnet.com>}. +@code{<ovidiu@@cup.hp.com>}. @menu * Executing code before main:: @@ -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{@url{http://reality.sgi.com/employees/boehm_mti/gc.html}}. +@w{@uref{http://reality.sgi.com/employees/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 |