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

Modified Files:
        idl.re idl_re.cpp 
Log Message:
Another try to fix the SunPro issue.

Index: idl.re
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/samples/waveidl/idllexer/idl.re,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- idl.re      3 Jan 2006 15:24:09 -0000       1.9
+++ idl.re      4 Jul 2006 20:04:30 -0000       1.10
@@ -368,6 +368,7 @@
     uchar *cursor = s->tok = s->cur;
 
 /*!re2c
+re2c:indent:string = "    "; 
 any                = [\t\v\f\r\n\040-\377];
 OctalDigit         = [0-7];
 Digit              = [0-9];

Index: idl_re.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/samples/waveidl/idllexer/idl_re.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- idl_re.cpp  20 Mar 2006 18:04:06 -0000      1.12
+++ idl_re.cpp  4 Jul 2006 20:04:30 -0000       1.13
@@ -1,4 +1,4 @@
-/* Generated by re2c 0.10.0 on Mon Mar 20 11:50:21 2006 */
+/* Generated by re2c 0.10.5 on Sun Jul 02 17:19:25 2006 */
 #line 1 "idl.re"
 /*=============================================================================
     Boost.Wave: A Standard compliant C++ preprocessor library
@@ -369,401 +369,492 @@
 
     uchar *cursor = s->tok = s->cur;
 
-#line 387 "idl.re"
-
[...6649 lines suppressed...]
@@ -3981,13 +3760,14 @@
         /* the comment is unterminated, but nevertheless its a comment */
         BOOST_WAVE_RET(T_CPPCOMMENT);
     }
-#line 3985 "idl_re.cpp"
+#line 3764 "idl_re.cpp"
 yy382:
-  ++YYCURSOR;
-  yych = *YYCURSOR;
-  goto yy376;
+        ++YYCURSOR;
+        yych = *YYCURSOR;
+        goto yy376;
+    }
 }
-#line 573 "idl.re"
+#line 574 "idl.re"
 
 
 } /* end of scan */


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