aboutsummaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-14 14:06:53 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-14 14:06:53 +0000
commit8692c71203f40c1ee2b5344e3307479c9a505525 (patch)
tree5f22416d0dfabe1fe0bee74cb797259f9e83b190 /libobjc
parentb38f47f07a4a503b3e2dfda21cbda915afed5346 (diff)
* objc-features.texi (Top): Move @menu at end of node.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35674 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/ChangeLog4
-rw-r--r--libobjc/objc-features.texi13
2 files changed, 10 insertions, 7 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 604261fde44..0daee93d12f 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-14 Andreas Schwab <schwab@suse.de>
+
+ * objc-features.texi (Top): Move @menu at end of node.
+
2000-08-11 Manfred Hollstein <manfredh@redhat.com>
* objc-features.texi: Move @node Top before @menu.
diff --git a/libobjc/objc-features.texi b/libobjc/objc-features.texi
index 494c00ecbc0..f393434423b 100644
--- a/libobjc/objc-features.texi
+++ b/libobjc/objc-features.texi
@@ -8,13 +8,6 @@
@node Top, Executing code before main, (dir), (dir)
@comment node-name, next, previous, up
-@menu
-* Executing code before main::
-* Type encoding::
-* Garbage Collection::
-* Constant string objects::
-@end menu
-
@chapter GNU Objective-C runtime features
This document is meant to describe some of the GNU Objective-C runtime
@@ -23,6 +16,12 @@ resources on the Internet that present the language. Questions and
comments about this document to Ovidiu Predescu
@code{<ovidiu@@cup.hp.com>}.
+@menu
+* Executing code before main::
+* Type encoding::
+* Garbage Collection::
+* Constant string objects::
+@end menu
@node Executing code before main, Type encoding, Top, Top
@section @code{+load}: Executing code before main