diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:59:59 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:59:59 -0800 |
commit | 7848c2783d4976eb2c1aeb4187b45e44cb7ef978 (patch) | |
tree | 212bcbf1dc602846201f2d8f5f3e5d308c1c0a79 /gcc | |
parent | 5560c9b3d7810d80dba38032bd33a0eada1cdd9d (diff) | |
download | gcc-7848c2783d4976eb2c1aeb4187b45e44cb7ef978.zip gcc-7848c2783d4976eb2c1aeb4187b45e44cb7ef978.tar.gz gcc-7848c2783d4976eb2c1aeb4187b45e44cb7ef978.tar.bz2 |
Modify comments that refer to gvarargs.h and gstddef.h.
From-SVN: r6953
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 5b2a422..90d72f1 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -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. |