mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-16 05:40:02 +08:00
* objc-features.texi (Top): Move @menu at end of node.
From-SVN: r35674
This commit is contained in:
parent
12af109097
commit
b310e72532
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user