From 5560c9b3d7810d80dba38032bd33a0eada1cdd9d Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 31 Mar 1994 21:58:23 -0800 Subject: [PATCH] Modify comment referring to gvarargs.h. From-SVN: r6952 --- gcc/fixincludes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fixincludes b/gcc/fixincludes index 5657f94699e4..46ed6e17aa1e 100755 --- a/gcc/fixincludes +++ b/gcc/fixincludes @@ -1177,7 +1177,7 @@ if [ -r ${LIB}/$file ] \ fi # Don't use or define the name va_list in stdio.h. -# This is for ANSI and also to interoperate properly with gvarargs.h. +# This is for ANSI and also to interoperate properly with gcc's varargs.h. file=stdio.h if [ -r $file ] && [ ! -r ${LIB}/$file ]; then cp $file ${LIB}/$file >/dev/null 2>&1 || echo "Can't copy $file" -- 2.47.2