Commit be71bebd by Richard Stallman

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

From-SVN: r2442
parent 13cc7b77
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment