Modify comments that refer to gvarargs.h and gstddef.h.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:59:59 +0000 (21:59 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 1 Apr 1994 05:59:59 +0000 (21:59 -0800)
From-SVN: r6953

gcc/cp/Makefile.in

index 5b2a422836d14cc56c315e1c91c95498be55bcf5..90d72f11eacce0c168b4a69ba985c9e5a6a16c02 100644 (file)
@@ -114,7 +114,7 @@ all: all.indirect
 
 all.indirect: Makefile ../cc1plus
 
-# IN_GCC tells obstack.h to use gstddef.h.
+# IN_GCC tells obstack.h that we are using gcc's <stddef.h> file.
 INTERNAL_CFLAGS = $(CROSS) -DIN_GCC
 
 # This is the variable actually used when we compile.
@@ -189,9 +189,6 @@ config.status:
 
 # Note that dependencies on obstack.h are not written
 # because that file is not part of GCC.
-# Dependencies on gvarargs.h are not written
-# because all that file does, when not compiling with GCC,
-# is include the system varargs.h.
 
 # C++ language specific files.