diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 17:02:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 17:02:23 +0000 |
commit | f126ef6731021d7796f88800eb59106388683280 (patch) | |
tree | a83034b45cbc94d0923ea5d4e5175257a7d781ca /manual/libc.texinfo | |
parent | 90feeaa2ebef8b807cfb774bcbe311325eae0b3b (diff) | |
download | glibc-f126ef6731021d7796f88800eb59106388683280.zip glibc-f126ef6731021d7796f88800eb59106388683280.tar.gz glibc-f126ef6731021d7796f88800eb59106388683280.tar.bz2 |
Update.
2001-02-09 Ulrich Drepper <drepper@redhat.com>
* locale/programs/linereader.c (get_ident): Stop loop if EOF. Use
lr_ungetc to push back last read character.
* locale/programs/linereader.h (lr_ungetc): Don't push back is
character is EOF.
(lr_ignore_rest): Don't warn about garbage if it is really the end
of the file.
* manual/Makefile: Use ifnottext and not ifinfo to protect Top node
definition.
Diffstat (limited to 'manual/libc.texinfo')
-rw-r--r-- | manual/libc.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/libc.texinfo b/manual/libc.texinfo index 684c49d..365cbd9 100644 --- a/manual/libc.texinfo +++ b/manual/libc.texinfo @@ -101,13 +101,13 @@ Foundation. @end titlepage @page -@ifinfo +@ifnottex @node Top, Introduction, (dir), (dir) @top Main Menu This is Edition @value{EDITION}, last updated @value{UPDATED}, of @cite{The GNU C Library Reference Manual}, for Version @value{VERSION} of the GNU C Library. -@end ifinfo +@end ifnottex @include top-menu.texi @include chapters.texi |