]> gcc.gnu.org Git - gcc.git/commitdiff
Do not preserve _HIDDEN_VA_LIST in <stdio.h>
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 16 Dec 1993 16:36:22 +0000 (16:36 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 16 Dec 1993 16:36:22 +0000 (16:36 +0000)
From-SVN: r6245

gcc/fixincludes

index 54f0e522d3bdbffdce924b8e1c97e8d352d6b15f..5cab47db9e91cb7d20801811ee11de46b3051c0e 100755 (executable)
@@ -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
This page took 0.058045 seconds and 5 git commands to generate.