Commit faafaee6 by Gabriel Dos Reis Committed by Gabriel Dos Reis

error.c (dump_template_decl): Separate template hearders with space not comma.

	* error.c (dump_template_decl): Separate template hearders with
	space not comma.

From-SVN: r37185
parent 3a59c77c
2000-11-01 Gabriel Dos Reis <gdr@codesourcery.com>
* error.c (dump_template_decl): Separate template hearders with
space not comma.
2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
* error.c: Move TFF_ macros into cp-tree.h. Throughout, replace
......
......@@ -1142,7 +1142,7 @@ dump_template_decl (t, flags)
dump_template_parameter (TREE_VEC_ELT (inner_parms, i), flags);
}
print_template_argument_list_end (scratch_buffer);
separate_with_comma (scratch_buffer);
output_add_space (scratch_buffer);
}
nreverse(orig_parms);
/* If we've shown the template<args> prefix, we'd better show the
......
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