(stdio.h): Fix va_list when preceeded by a *.

From-SVN: r2442
This commit is contained in:
Richard Stallman 1992-10-13 20:53:10 +00:00
parent 13cc7b777a
commit be71bebdc0
1 changed files with 1 additions and 0 deletions

View File

@ -795,6 +795,7 @@ if [ -r ${LIB}/$file ]; then
# Don't claim to have defined va_list.
sed -e 's@ va_list @ __gnuc_va_list @' \
-e 's@ va_list@ __va_list__@' \
-e 's@\*va_list@*__va_list__@' \
-e 's@VA_LIST@DUMMY_VA_LIST@' \
${LIB}/$file >> ${LIB}/${file}.sed