From: Jim Wilson Date: Fri, 1 Apr 1994 05:58:23 +0000 (-0800) Subject: Modify comment referring to gvarargs.h. X-Git-Tag: misc/cutover-egcs-0~6991 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5560c9b3d7810d80dba38032bd33a0eada1cdd9d;p=thirdparty%2Fgcc.git Modify comment referring to gvarargs.h. From-SVN: r6952 --- 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"