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

Modified Files:
      Tag: RC_1_34_0
        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.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- aq.cpp      24 Dec 2005 19:50:44 -0000      1.6
+++ aq.cpp      4 Jul 2006 20:03:26 -0000       1.6.2.1
@@ -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.18
retrieving revision 1.18.2.1
diff -u -d -r1.18 -r1.18.2.1
--- cpp.re      17 Mar 2006 22:40:02 -0000      1.18
+++ cpp.re      4 Jul 2006 20:03:26 -0000       1.18.2.1
@@ -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.20.2.3
retrieving revision 1.20.2.4
diff -u -d -r1.20.2.3 -r1.20.2.4
--- cpp_re.cpp  24 Jun 2006 20:44:48 -0000      1.20.2.3
+++ cpp_re.cpp  4 Jul 2006 20:03:26 -0000       1.20.2.4
@@ -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.10.2.2
retrieving revision 1.10.2.3
diff -u -d -r1.10.2.2 -r1.10.2.3
--- cpp_re.inc  28 Apr 2006 23:29:45 -0000      1.10.2.2
+++ cpp_re.inc  4 Jul 2006 20:03:27 -0000       1.10.2.3
@@ -1,4 +1,4 @@
-/* Generated by re2c 0.10.0 on Fri Apr 28 13:13:59 2006 */
+/* Generated by re2c 0.10.5 on Tue Jul 04 15:00:59 2006 */
 #line 1 "cpp.re"
 /*=============================================================================
     Boost.Wave: A Standard compliant C++ preprocessor library
@@ -17,713 +17,1066 @@
         handle errors better.
 =============================================================================*/
 
-#line 38 "cpp.re"
-
[...13415 lines suppressed...]
-    yych = *++YYCURSOR;
-    goto yy1013;
+        yych = *++YYCURSOR;
+        goto yy1013;
 yy1015:
-    ++YYCURSOR;
-    if((yych = *YYCURSOR) == 'L') goto yy1014;
-    if(yych == 'l') goto yy1014;
-    goto yy1008;
+        ++YYCURSOR;
+        if((yych = *YYCURSOR) == 'L') goto yy1014;
+        if(yych == 'l') goto yy1014;
+        goto yy1008;
+    }
 }
-#line 421 "cpp.re"
+#line 422 "cpp.re"
 
     }
 }

Index: strict_cpp.re
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/src/cpplexer/re2clex/strict_cpp.re,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- strict_cpp.re       17 Mar 2006 22:40:02 -0000      1.6
+++ strict_cpp.re       4 Jul 2006 20:03:30 -0000       1.6.2.1
@@ -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.10.2.2
retrieving revision 1.10.2.3
diff -u -d -r1.10.2.2 -r1.10.2.3
--- strict_cpp_re.inc   28 Apr 2006 23:29:45 -0000      1.10.2.2
+++ strict_cpp_re.inc   4 Jul 2006 20:03:31 -0000       1.10.2.3
@@ -1,4 +1,4 @@
-/* Generated by re2c 0.10.0 on Fri Apr 28 13:13:59 2006 */
+/* Generated by re2c 0.10.5 on Tue Jul 04 15:01:09 2006 */
 #line 1 "strict_cpp.re"
 /*=============================================================================
     Boost.Wave: A Standard compliant C++ preprocessor library
@@ -17,704 +17,1065 @@
         handle errors better.
 =============================================================================*/
 
-#line 38 "strict_cpp.re"
-
[...13390 lines suppressed...]
-    yych = *++YYCURSOR;
-    goto yy1013;
+        yych = *++YYCURSOR;
+        goto yy1013;
 yy1015:
-    ++YYCURSOR;
-    if((yych = *YYCURSOR) == 'L') goto yy1014;
-    if(yych == 'l') goto yy1014;
-    goto yy1008;
+        ++YYCURSOR;
+        if((yych = *YYCURSOR) == 'L') goto yy1014;
+        if(yych == 'l') goto yy1014;
+        goto yy1008;
+    }
 }
-#line 421 "strict_cpp.re"
+#line 422 "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