Commit ff40873a by Richard Kenner

(stdio.h): Fix typos (missing quote) in previous change.

From-SVN: r6183
parent 0088e8ba
......@@ -1049,10 +1049,10 @@ if [ -r ${LIB}/$file ]; then
-e 's@\*va_list@*__va_list__@' \
-e 's@ __va_list)@ __gnuc_va_list)@' \
-e 's@_NEED___VA_LIST@_NEED___Va_LIST@' \
-e 's@_HIDDEN_VA_LIST@_HIDDEN_Va_LIST@ \
-e 's@_HIDDEN_VA_LIST@_HIDDEN_Va_LIST@' \
-e 's@VA_LIST@DUMMY_VA_LIST@' \
-e 's@_NEED___Va_LIST@_NEED___VA_LIST@' \
-e 's@_HIDDEN_Va_LIST@_HIDDEN_VA_LIST@ \
-e 's@_HIDDEN_Va_LIST@_HIDDEN_VA_LIST@' \
${LIB}/$file >> ${LIB}/${file}.sed
rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file
......
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