]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Modify comment referring to gvarargs.h.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:58:23 +0000 (21:58 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:58:23 +0000 (21:58 -0800)
From-SVN: r6952

gcc/fixincludes

index 5657f94699e431bbd273fa508ac435aa96ae7b3c..46ed6e17aa1e203f214771f94ef2f8fd7bb01fd0 100755 (executable)
@@ -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"