From fc2d3c257656c7117c612755ea2a8036cef214b4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 29 Oct 2010 13:52:35 +0200 Subject: Cosmetic changes --- odb/parser.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/parser.cxx') diff --git a/odb/parser.cxx b/odb/parser.cxx index 63fd342..c257305 100644 --- a/odb/parser.cxx +++ b/odb/parser.cxx @@ -983,7 +983,7 @@ emit_template_decl (tree decl) tree t (TREE_TYPE (s)); tree d (TYPE_NAME (t)); - ts << "\tspecialization" << t << " at " + ts << "\tspecialization " << t << " at " << DECL_SOURCE_FILE (d) << ":" << DECL_SOURCE_LINE (d) << endl; } @@ -996,7 +996,7 @@ emit_template_decl (tree decl) tree t (TREE_VALUE (i)); tree d (TYPE_NAME (t)); - ts << "\tinstantiation" << t << " at " + ts << "\tinstantiation " << t << " at " << DECL_SOURCE_FILE (d) << ":" << DECL_SOURCE_LINE (d) << endl; } -- cgit v1.1