Update of /cvsroot/boost/boost/libs/wave/samples/list_includes/lexertl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16339

Modified Files:
        lexertl_lexer.hpp 
Log Message:
Wave: Untabified file.

Index: lexertl_lexer.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/wave/samples/list_includes/lexertl/lexertl_lexer.hpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- lexertl_lexer.hpp   31 Jan 2007 15:00:01 -0000      1.14
+++ lexertl_lexer.hpp   19 Feb 2007 19:32:25 -0000      1.15
@@ -479,7 +479,7 @@
     string_type& token_value)
 {
     size_t const* const lookup = &state_machine_._lookup[0]->front ();
-               size_t const dfa_alphabet_ = state_machine_._dfa_alphabet[0];
+    size_t const dfa_alphabet_ = state_machine_._dfa_alphabet[0];
 
     size_t const* dfa_start = &state_machine_._dfa[0]->front();
     size_t const* ptr = dfa_start + dfa_alphabet_ + ::lexertl::dfa_offset;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to