aboutsummaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorOvidiu Predescu <ovidiu@slip.net>1998-10-16 22:19:22 +0000
committerOvidiu Predescu <ovidiu@gcc.gnu.org>1998-10-16 22:19:22 +0000
commitbefb6d14dfe2ef793be28fe9b77343334f5212c6 (patch)
tree044e18a662c3e1bf5c499f85c2eb9e6120ea8a97 /libobjc
parentcb2afeb31ed8d214b711f60ab7e24c190933916a (diff)
downloadgcc-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')
-rw-r--r--libobjc/ChangeLog10
-rw-r--r--libobjc/encoding.c2
-rw-r--r--libobjc/objc-features.texi4
3 files changed, 13 insertions, 3 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 0377d3f..6264f96 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -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.
diff --git a/libobjc/encoding.c b/libobjc/encoding.c
index d412870..4749ba0 100644
--- a/libobjc/encoding.c
+++ b/libobjc/encoding.c
@@ -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
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