]> gcc.gnu.org Git - gcc.git/commitdiff
Minor changes in the documentation. Correctly define get_inner_array_type.
authorOvidiu Predescu <ovidiu@slip.net>
Fri, 16 Oct 1998 22:19:22 +0000 (22:19 +0000)
committerOvidiu Predescu <ovidiu@gcc.gnu.org>
Fri, 16 Oct 1998 22:19:22 +0000 (22:19 +0000)
From-SVN: r23144

libobjc/ChangeLog
libobjc/encoding.c
libobjc/objc-features.texi

index 0377d3f1cf95aec86e04441b0d4decdcd532725d..6264f964f4610eb6bd57dd3aafddba0856f183dd 100644 (file)
@@ -1,3 +1,13 @@
+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>
 
        * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
index d4128704b9216fee1f2c398e297dd617f051d2db..4749ba026e9748798d8e5a42a8ff541310d461f9 100644 (file)
@@ -60,7 +60,7 @@ Boston, MA 02111-1307, USA.  */
 
 #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
index ec3b5a6284de66fdca9181fdc78721e017b6ffc5..f1a33ae4e9d3d32d209c94bbd61f5706675b8f15 100644 (file)
@@ -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
This page took 0.061943 seconds and 5 git commands to generate.