summaryrefslogtreecommitdiff
path: root/boost/wave/grammars/cpp_predef_macros_gen.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/wave/grammars/cpp_predef_macros_gen.hpp')
-rw-r--r--boost/wave/grammars/cpp_predef_macros_gen.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/boost/wave/grammars/cpp_predef_macros_gen.hpp b/boost/wave/grammars/cpp_predef_macros_gen.hpp
index dcbefda469..01d4e21cbb 100644
--- a/boost/wave/grammars/cpp_predef_macros_gen.hpp
+++ b/boost/wave/grammars/cpp_predef_macros_gen.hpp
@@ -41,11 +41,11 @@ namespace grammars {
#define BOOST_WAVE_MACRO_DEFINITION_ID 7
///////////////////////////////////////////////////////////////////////////////
-//
+//
// predefined_macros_grammar_gen template class
//
-// This template helps separating the compilation of the
-// predefined_macros_grammar class from the compilation of the
+// This template helps separating the compilation of the
+// predefined_macros_grammar class from the compilation of the
// main pp_iterator. This is done to safe compilation time.
//
// This class helps parsing command line given macro definitions in a
@@ -58,8 +58,8 @@ struct BOOST_WAVE_DECL predefined_macros_grammar_gen
{
typedef LexIteratorT iterator_type;
-// parse the cpp_grammar and return the resulting parse tree
- static boost::spirit::classic::tree_parse_info<iterator_type>
+// parse the cpp_grammar and return the resulting parse tree
+ static boost::spirit::classic::tree_parse_info<iterator_type>
parse_predefined_macro (iterator_type const &first, iterator_type const &last);
};