Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52989 - trunk/libs/spirit/example/lex/static_lexer
From: hartmut.kaiser_at_[hidden]
Date: 2009-05-14 09:16:50


Author: hkaiser
Date: 2009-05-14 09:16:49 EDT (Thu, 14 May 2009)
New Revision: 52989
URL: http://svn.boost.org/trac/boost/changeset/52989

Log:
Spirit: Fixed a problem in static lexer generator
Text files modified:
   trunk/libs/spirit/example/lex/static_lexer/word_count_static.hpp | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/spirit/example/lex/static_lexer/word_count_static.hpp
==============================================================================
--- trunk/libs/spirit/example/lex/static_lexer/word_count_static.hpp (original)
+++ trunk/libs/spirit/example/lex/static_lexer/word_count_static.hpp 2009-05-14 09:16:49 EDT (Thu, 14 May 2009)
@@ -6,14 +6,14 @@
 
 // Auto-generated by boost::lexer, do not edit
 
-#if !defined(BOOST_SPIRIT_LEXER_NEXT_TOKEN_APR_23_2009_12_12_57)
-#define BOOST_SPIRIT_LEXER_NEXT_TOKEN_APR_23_2009_12_12_57
+#if !defined(BOOST_SPIRIT_LEXER_NEXT_TOKEN_MAY_14_2009_08_13_47)
+#define BOOST_SPIRIT_LEXER_NEXT_TOKEN_MAY_14_2009_08_13_47
 
 #include <boost/detail/iterator.hpp>
 #include <boost/spirit/home/support/detail/lexer/char_traits.hpp>
 
 // the generated table of state names and the tokenizer have to be
-// defined in the boost::spirit::lex::static namespace
+// defined in the boost::spirit::lex::lexertl::static_ namespace
 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ {
 
 // this table defines the names of the lexer states


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk