This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

objc-features.texi


While the last change to objc-features.texi fixes the immediate bug, the
info menu should normally occur at the end of the node.

2000-08-14  Andreas Schwab  <schwab@suse.de>

	* objc-features.texi (Top): Move @menu at end of node.

Index: libobjc/objc-features.texi
===================================================================
RCS file: /cvs/gcc/egcs/libobjc/objc-features.texi,v
retrieving revision 1.5
diff -u -a -u -r1.5 libobjc/objc-features.texi
--- libobjc/objc-features.texi	2000/08/11 21:25:29	1.5
+++ libobjc/objc-features.texi	2000/08/14 10:15:57
@@ -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 @@
 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

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]