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

Modified Files:
      Tag: RC_1_34_0
        aq.cpp cpp_re.cpp 
Log Message:
Another try to fix the Wave related SunPro compilation problem.

Index: aq.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/src/cpplexer/re2clex/aq.cpp,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- aq.cpp      4 Jul 2006 20:03:26 -0000       1.6.2.1
+++ aq.cpp      26 Jul 2006 01:41:37 -0000      1.6.2.2
@@ -26,9 +26,7 @@
 namespace boost {
 namespace wave {
 namespace cpplexer {
-#if !BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580)
 namespace re2clex {
-#endif
 
 int aq_grow(aq_queue q)
 {
@@ -222,9 +220,7 @@
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-#if !BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580)
 }   // namespace re2clex
-#endif
 }   // namespace cpplexer
 }   // namespace wave
 }   // namespace boost

Index: cpp_re.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/src/cpplexer/re2clex/cpp_re.cpp,v
retrieving revision 1.20.2.4
retrieving revision 1.20.2.5
diff -u -d -r1.20.2.4 -r1.20.2.5
--- cpp_re.cpp  4 Jul 2006 20:03:26 -0000       1.20.2.4
+++ cpp_re.cpp  26 Jul 2006 01:41:37 -0000      1.20.2.5
@@ -81,9 +81,7 @@
 namespace boost {
 namespace wave {
 namespace cpplexer {
-#if !BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580)
 namespace re2clex {
-#endif
 
 #define RE2C_ASSERT BOOST_ASSERT
 
@@ -421,9 +419,7 @@
 } /* end of scan */
 
 ///////////////////////////////////////////////////////////////////////////////
-#if !BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580)
 }   // namespace re2clex
-#endif
 }   // namespace cpplexer
 }   // namespace wave
 }   // namespace boost


-------------------------------------------------------------------------
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