Commit befb6d14 by Ovidiu Predescu Committed by Ovidiu Predescu

Minor changes in the documentation. Correctly define get_inner_array_type.

From-SVN: r23144
parent cb2afeb3
Sat Oct 17 05:21:31 1998 Ovidiu Predescu <ovidiu@slip.net>
* objc-features.texi (Top): Changed the email address.
* objc-features.texi (Garbage Collection): Use @uref instead of @url.
Mon Oct 11 21:25:27 1998 Ovidiu Predescu <ovidiu@slip.net>
* encoding.c: Redefine get_inner_array_type to get the first entry
in the structure.
Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk> Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF. * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
......
...@@ -60,7 +60,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -60,7 +60,7 @@ Boston, MA 02111-1307, USA. */
#define DFmode _C_DBL #define DFmode _C_DBL
#define get_inner_array_type(TYPE) objc_skip_typespec(TYPE) #define get_inner_array_type(TYPE) ((TYPE) + 1)
static inline int static inline int
......
...@@ -14,7 +14,7 @@ This document is meant to describe some of the GNU Objective-C runtime ...@@ -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 features. It is not intended to teach you Objective-C, there are several
resources on the Internet that present the language. Questions and resources on the Internet that present the language. Questions and
comments about this document to Ovidiu Predescu comments about this document to Ovidiu Predescu
@code{<ovidiu@@aracnet.com>}. @code{<ovidiu@@cup.hp.com>}.
@menu @menu
* Executing code before main:: * Executing code before main::
...@@ -317,7 +317,7 @@ argument types. ...@@ -317,7 +317,7 @@ argument types.
Support for a new memory management policy has been added by using a Support for a new memory management policy has been added by using a
powerful conservative garbage collector, known as the powerful conservative garbage collector, known as the
Boehm-Demers-Weiser conservative garbage collector. It is available from 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 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 additional argument, @w{@kbd{--enable-objc-gc}}. You need to have
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment