Do not preserve _HIDDEN_VA_LIST in <stdio.h>

From-SVN: r6245
This commit is contained in:
Ian Lance Taylor 1993-12-16 16:36:22 +00:00
parent 2c0d84d608
commit 9deb7b7ca4

View File

@ -1049,10 +1049,8 @@ 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@VA_LIST@DUMMY_VA_LIST@' \
-e 's@_NEED___Va_LIST@_NEED___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