]> gcc.gnu.org Git - gcc.git/commitdiff
* objc-features.texi (Top): Move @menu at end of node.
authorAndreas Schwab <schwab@suse.de>
Mon, 14 Aug 2000 14:06:53 +0000 (14:06 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 14 Aug 2000 14:06:53 +0000 (08:06 -0600)
From-SVN: r35674

libobjc/ChangeLog
libobjc/objc-features.texi

index 604261fde443b9bde374c2e387104589a475e64d..0daee93d12f61facb09340af9b5665d6cb7b1fb2 100644 (file)
@@ -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.
index 494c00ecbc011e3be5459f9ad345c6c2a8a71919..f393434423b4c4f26b1ecb670dbad68e88b8946f 100644 (file)
@@ -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
This page took 0.064883 seconds and 5 git commands to generate.