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
This commit is contained in:
parent
3a59c77cc6
commit
faafaee632
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user