Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 30 Aug 2000 20:06:01 +0000 (20:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 30 Aug 2000 20:06:01 +0000 (20:06 +0000)
commit44f8759bc562f6523c3c066dd5180ee79f66dfcd
treea2036fd6f8c4dfb276c7940b4671bfff2cb13e8f
parente668889af26990931a9103918a395ef2033fb846
Update.

2000-08-29  Bruno Haible  <haible@clisp.cons.org>

* stdio-common/vfscanf.c (_IO_vfscanf): Back out last ungetc change.
When comparing a char with an int, always cast the char to
'unsigned char'. New macro ungetc_not_eof, to avoid warnings when
compiling with -funsigned-char. Use UCHAR_MAX+1 instead of UCHAR_MAX.
ChangeLog
stdio-common/vfscanf.c