Update of /cvsroot/boost/boost/libs/wave/src/cpplexer/re2clex
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29245/libs/wave/src/cpplexer/re2clex

Modified Files:
        aq.cpp cpp.re cpp_re.cpp cpp_re.inc strict_cpp.re 
        strict_cpp_re.inc 
Log Message:
Another try to fix the SunPro issue.

Index: aq.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/src/cpplexer/re2clex/aq.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- aq.cpp      24 Dec 2005 19:50:44 -0000      1.6
+++ aq.cpp      4 Jul 2006 20:04:31 -0000       1.7
@@ -26,7 +26,9 @@
 namespace boost {
 namespace wave {
 namespace cpplexer {
+#if !BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580)
 namespace re2clex {
+#endif
 
 int aq_grow(aq_queue q)
 {
@@ -220,7 +222,9 @@
 }
 
 ///////////////////////////////////////////////////////////////////////////////
+#if !BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580)
 }   // namespace re2clex
+#endif
 }   // namespace cpplexer
 }   // namespace wave
 }   // namespace boost

Index: cpp.re
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/src/cpplexer/re2clex/cpp.re,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- cpp.re      15 Jun 2006 22:01:09 -0000      1.19
+++ cpp.re      4 Jul 2006 20:04:31 -0000       1.20
@@ -16,6 +16,7 @@
 =============================================================================*/
 
 /*!re2c
+re2c:indent:string = "    "; 
 any                = [\t\v\f\r\n\040-\377];
 OctalDigit         = [0-7];
 Digit              = [0-9];

Index: cpp_re.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/src/cpplexer/re2clex/cpp_re.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- cpp_re.cpp  24 Jun 2006 20:44:31 -0000      1.23
+++ cpp_re.cpp  4 Jul 2006 20:04:31 -0000       1.24
@@ -81,7 +81,9 @@
 namespace boost {
 namespace wave {
 namespace cpplexer {
+#if !BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580)
 namespace re2clex {
+#endif
 
 #define RE2C_ASSERT BOOST_ASSERT
 
@@ -419,7 +421,9 @@
 } /* end of scan */
 
 ///////////////////////////////////////////////////////////////////////////////
+#if !BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580)
 }   // namespace re2clex
+#endif
 }   // namespace cpplexer
 }   // namespace wave
 }   // namespace boost

Index: cpp_re.inc
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/src/cpplexer/re2clex/cpp_re.inc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cpp_re.inc  15 Jun 2006 22:01:09 -0000      1.14
+++ cpp_re.inc  4 Jul 2006 20:04:31 -0000       1.15
@@ -1,4 +1,4 @@
-/* Generated by re2c 0.10.3 on Thu Jun 15 11:31:51 2006 */
+/* Generated by re2c 0.10.5 on Tue Jul 04 14:46:02 2006 */
 #line 1 "cpp.re"
 /*=============================================================================
     Boost.Wave: A Standard compliant C++ preprocessor library
@@ -17,7 +17,7 @@
         handle errors better.
 =============================================================================*/
 
-#line 38 "cpp.re"
+#line 39 "cpp.re"
[...2007 lines suppressed...]
 #line 6940 "cpp_re.inc"
 yy1015:
@@ -6962,7 +6962,7 @@
         if((yych = *YYCURSOR) == 'U') goto yy1020;
         if(yych == 'u') goto yy1020;
 yy1019:
-#line 418 "cpp.re"
+#line 419 "cpp.re"
         { BOOST_WAVE_RET(T_LONGINTLIT); }
 #line 6968 "cpp_re.inc"
 yy1020:
@@ -6975,7 +6975,7 @@
         goto yy1014;
     }
 }
-#line 422 "cpp.re"
+#line 423 "cpp.re"
 
     }
 }

Index: strict_cpp.re
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/src/cpplexer/re2clex/strict_cpp.re,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- strict_cpp.re       15 Jun 2006 22:01:09 -0000      1.7
+++ strict_cpp.re       4 Jul 2006 20:04:32 -0000       1.8
@@ -16,6 +16,7 @@
 =============================================================================*/
 
 /*!re2c
+re2c:indent:string = "    "; 
 any                = [\t\v\f\r\n\040-\377];
 OctalDigit         = [0-7];
 Digit              = [0-9];

Index: strict_cpp_re.inc
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/wave/src/cpplexer/re2clex/strict_cpp_re.inc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- strict_cpp_re.inc   15 Jun 2006 22:01:09 -0000      1.14
+++ strict_cpp_re.inc   4 Jul 2006 20:04:32 -0000       1.15
@@ -1,4 +1,4 @@
-/* Generated by re2c 0.10.3 on Thu Jun 15 11:31:50 2006 */
+/* Generated by re2c 0.10.5 on Tue Jul 04 14:44:53 2006 */
 #line 1 "strict_cpp.re"
 /*=============================================================================
     Boost.Wave: A Standard compliant C++ preprocessor library
@@ -17,7 +17,7 @@
         handle errors better.
 =============================================================================*/
 
-#line 38 "strict_cpp.re"
+#line 39 "strict_cpp.re"
[...2007 lines suppressed...]
 #line 6928 "strict_cpp_re.inc"
 yy1015:
@@ -6950,7 +6950,7 @@
         if((yych = *YYCURSOR) == 'U') goto yy1020;
         if(yych == 'u') goto yy1020;
 yy1019:
-#line 418 "strict_cpp.re"
+#line 419 "strict_cpp.re"
         { BOOST_WAVE_RET(T_LONGINTLIT); }
 #line 6956 "strict_cpp_re.inc"
 yy1020:
@@ -6963,7 +6963,7 @@
         goto yy1014;
     }
 }
-#line 422 "strict_cpp.re"
+#line 423 "strict_cpp.re"
 
     }
 }


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