reverted some C++ style comments to C

[SVN r14225]
This commit is contained in:
Paul Mensonides
2002-06-22 04:24:39 +00:00
parent 851fbc63b8
commit d574738487
4 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ are directly supported.</p>
#define BOOST_PP_REPEAT_2(C,M,D) BOOST_PP_REPEAT_AUTO_REC2(BOOST_PP_DETAIL_CAT2(BOOST_PP_R2_,C),(M,D))
#define BOOST_PP_REPEAT_3(C,M,D) BOOST_PP_REPEAT_AUTO_REC3(BOOST_PP_DETAIL_CAT2(BOOST_PP_R3_,C),(M,D))
#if defined(__EDG_VERSION__) && (__EDG_VERSION__ <= 245) // unrolled repeats for EDG front end
#if defined(__EDG_VERSION__) && (__EDG_VERSION__ <= 245) /* unrolled repeats for EDG front end */
#include <boost/preprocessor/detail/repeat_edg.hpp>
#else