diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-11 21:25:29 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-11 21:25:29 +0000 |
commit | 13cc7b4dfa538dace2fa0a006770252e1f397c35 (patch) | |
tree | fa1f6480c15474fbc71db75e25b2c821d007d758 /libobjc | |
parent | e7bb6cd17078b32b217807d9069cc9b372d5c682 (diff) | |
download | gcc-13cc7b4dfa538dace2fa0a006770252e1f397c35.tar.gz |
* objc-features.texi: Move @node Top before @menu.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35643 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 4 | ||||
-rw-r--r-- | libobjc/objc-features.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 3c08123cc66..604261fde44 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2000-08-11 Manfred Hollstein <manfredh@redhat.com> + + * objc-features.texi: Move @node Top before @menu. + Sun Aug 6 23:27:49 2000 Ovidiu Predescu <ovidiu@cup.hp.com> * objc-features.texi: Documented the new -fconstant-string-class diff --git a/libobjc/objc-features.texi b/libobjc/objc-features.texi index 739f911da73..494c00ecbc0 100644 --- a/libobjc/objc-features.texi +++ b/libobjc/objc-features.texi @@ -5,6 +5,9 @@ @setchapternewpage odd @c %**end of header +@node Top, Executing code before main, (dir), (dir) +@comment node-name, next, previous, up + @menu * Executing code before main:: * Type encoding:: @@ -12,9 +15,6 @@ * Constant string objects:: @end menu -@node Top, Executing code before main, (dir), (dir) -@comment node-name, next, previous, up - @chapter GNU Objective-C runtime features This document is meant to describe some of the GNU Objective-C runtime |