From 9f8b265dd55f81abb5892d0e33a15ad641b9be41 Mon Sep 17 00:00:00 2001 From: John Hassey Date: Sat, 20 Feb 1993 15:39:27 +0000 Subject: [PATCH] Change "va_list)" to "__gnuc_va_list)". From-SVN: r3500 --- gcc/fixincludes | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/fixincludes b/gcc/fixincludes index 65d2277545d..6bff97dc6ef 100755 --- a/gcc/fixincludes +++ b/gcc/fixincludes @@ -827,6 +827,7 @@ if [ -r $file ] && [ ! -r ${LIB}/$file ]; then chmod +w ${LIB}/$file 2>/dev/null chmod a+r ${LIB}/$file 2>/dev/null fi + -e 's@ va_list)@ __gnuc_va_list)@' \ if [ -r ${LIB}/$file ]; then echo Fixing $file, non-const arg -- 2.30.2