From ed52acc5e65dd9ea2fb2d9c851c2faa61d5cb2d9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Aug 2012 09:47:56 +0200 Subject: Cosmetic changes --- odb/parser.cxx | 6 +++--- odb/pragma.hxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/odb/parser.cxx b/odb/parser.cxx index c5456d6..18bb4a3 100644 --- a/odb/parser.cxx +++ b/odb/parser.cxx @@ -671,9 +671,9 @@ parse (tree global_scope, path const& main_file) define_fund (double_type_node); define_fund (long_double_type_node); - // First collect all the declarations we are interested in - // in the line-decl map so that they appear in the source - // code order. + // First collect all the namespace-level declarations we are + // interested in in the line-decl map so that they appear in + // the source code order. // collect (global_scope); diff --git a/odb/pragma.hxx b/odb/pragma.hxx index ac64346..8751b39 100644 --- a/odb/pragma.hxx +++ b/odb/pragma.hxx @@ -120,7 +120,7 @@ struct ns_loc_pragma typedef std::vector ns_loc_pragmas; extern ns_loc_pragmas ns_loc_pragmas_; -// Pragmas associated with this declaration. +// Pragmas associated with specific declarations. // typedef std::map decl_pragmas; extern decl_pragmas decl_pragmas_; -- cgit v1.1