From ed6d16ade21c62a2135bcb18703a2e121099838d Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Fri, 27 Aug 1999 05:33:09 +0000 Subject: [PATCH] Fix typo in last change From-SVN: r28917 --- gcc/cp/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/dump.c b/gcc/cp/dump.c index 24d6bfae0c6..7d9a5b70cd0 100644 --- a/gcc/cp/dump.c +++ b/gcc/cp/dump.c @@ -851,7 +851,7 @@ dequeue_and_dump (di) break; case AGGR_INIT_EXPR: - dump_int ("ctor", AGGR_INIT_VIA_CTOR_P (t)); + dump_int (di, "ctor", AGGR_INIT_VIA_CTOR_P (t)); if (dump_children_p) { dump_child ("fn", TREE_OPERAND (t, 0)); -- 2.30.2