OSDN Git Service

(stdio.h): Fix va_list when preceeded by a *.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Oct 1992 20:53:10 +0000 (20:53 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Oct 1992 20:53:10 +0000 (20:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2442 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixincludes

index 53fcae6..8c2d529 100755 (executable)
@@ -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