aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@redhat.com>2002-08-05 18:46:37 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2002-08-05 18:46:37 +0000
commitb3426eb9e2a4338775908629c6daf103baf8250e (patch)
treeb5b4b6cd956c577ec201ab00f828c0e5afc53763 /gcc/cp/error.c
parentb835f6f145060090eb66de79fba3dbcfe12422b4 (diff)
downloadgcc-b3426eb9e2a4338775908629c6daf103baf8250e.zip
gcc-b3426eb9e2a4338775908629c6daf103baf8250e.tar.gz
gcc-b3426eb9e2a4338775908629c6daf103baf8250e.tar.bz2
Index: ChangeLog
2002-08-05 Geoffrey Keating <geoffk@redhat.com> * attribs.c: Don't include obstack.h. * builtins.c: Likewise. * cfganal.c: Likewise. * cfgbuild.c: Likewise. * cfgcleanup.c: Likewise. * emit-rtl.c: Likewise. * loop.c: Likewise. * stmt.c: Likewise. Index: cp/ChangeLog 2002-08-05 Geoffrey Keating <geoffk@redhat.com> * class.c: Don't include obstack.h. (popclass): * decl2.c: Delete bogus comment. * error.c: Don't include obstack.h. * except.c: Likewise. (dump_type): Correct comment. * method.c: Don't include obstack.h. * tree.c: Likewise. Index: java/ChangeLog 2002-08-05 Geoffrey Keating <geoffk@redhat.com> * mangle_name.c: Don't include obstack.h twice. * xref.c: Don't include obstack.h. From-SVN: r56055
Diffstat (limited to 'gcc/cp/error.c')
-rw-r--r--gcc/cp/error.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c
index 3a8f5e0..bf55e25 100644
--- a/gcc/cp/error.c
+++ b/gcc/cp/error.c
@@ -24,7 +24,6 @@ Boston, MA 02111-1307, USA. */
#include "tree.h"
#include "cp-tree.h"
#include "real.h"
-#include "obstack.h"
#include "toplev.h"
#include "flags.h"
#include "diagnostic.h"
@@ -316,8 +315,8 @@ dump_template_bindings (parms, args)
}
}
-/* Dump into the obstack a human-readable equivalent of TYPE. FLAGS
- controls the format. */
+/* Dump a human-readable equivalent of TYPE. FLAGS controls the
+ format. */
static void
dump_type (t, flags)