Commit 7848c278 by Jim Wilson

Modify comments that refer to gvarargs.h and gstddef.h.

From-SVN: r6953
parent 5560c9b3
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment