Update of /cvsroot/boost/boost/libs/wave/samples/cpp_tokens/slex
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29245/libs/wave/samples/cpp_tokens/slex

Modified Files:
        cpp_slex_lexer.hpp 
Log Message:
Another try to fix the SunPro issue.

Index: cpp_slex_lexer.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/wave/samples/cpp_tokens/slex/cpp_slex_lexer.hpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- cpp_slex_lexer.hpp  15 Jun 2006 22:01:08 -0000      1.28
+++ cpp_slex_lexer.hpp  4 Jul 2006 20:04:30 -0000       1.29
@@ -285,9 +285,6 @@
     TOKEN_DATA(FRIEND, "friend"),
     TOKEN_DATA(GOTO, "goto"),
     TOKEN_DATA(IF, "if"),
-#if BOOST_WAVE_SUPPORT_IMPORT_KEYWORD != 0
-    TOKEN_DATA(IMPORT, "import"),
-#endif
     TOKEN_DATA(INLINE, "inline"),
     TOKEN_DATA(INT, "int"),
     TOKEN_DATA(LONG, "long"),
@@ -412,6 +409,9 @@
     TOKEN_DATA(NOTEQUAL_ALT, "not_eq"),
     TOKEN_DATA(NOT_ALT, "not"),
     TOKEN_DATA(COMPL_ALT, "compl"),
+#if BOOST_WAVE_SUPPORT_IMPORT_KEYWORD != 0
+    TOKEN_DATA(IMPORT, "import"),
+#endif
     TOKEN_DATA(ARROWSTAR, Q("->") Q("*")),
     TOKEN_DATA(DOTSTAR, Q(".") Q("*")),
     TOKEN_DATA(COLON_COLON, "::"),


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to