aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-03-31 21:58:23 -0800
committerJim Wilson <wilson@gcc.gnu.org>1994-03-31 21:58:23 -0800
commit5560c9b3d7810d80dba38032bd33a0eada1cdd9d (patch)
tree241f898959ba33dfc9ea74ad83c043ee246a0bb7 /gcc
parent6bf56493b8e9caa705d041add17ed655fd51bdf1 (diff)
downloadgcc-5560c9b3d7810d80dba38032bd33a0eada1cdd9d.zip
gcc-5560c9b3d7810d80dba38032bd33a0eada1cdd9d.tar.gz
gcc-5560c9b3d7810d80dba38032bd33a0eada1cdd9d.tar.bz2
Modify comment referring to gvarargs.h.
From-SVN: r6952
Diffstat (limited to 'gcc')
-rwxr-xr-xgcc/fixincludes2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixincludes b/gcc/fixincludes
index 5657f94..46ed6e1 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"