OSDN Git Service

Modify comment referring to gvarargs.h.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Apr 1994 05:58:23 +0000 (05:58 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Apr 1994 05:58:23 +0000 (05:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6952 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixincludes

index 5657f94..46ed6e1 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"