From d88bf387029b72260e25b5585cfd73e2d9dfd75d Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Mon, 4 Dec 2006 00:43:44 +0000 Subject: [PATCH] removed single-line comment [SVN r36257] --- include/boost/preprocessor/detail/check.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/preprocessor/detail/check.hpp b/include/boost/preprocessor/detail/check.hpp index 6346be7..63f8ff9 100644 --- a/include/boost/preprocessor/detail/check.hpp +++ b/include/boost/preprocessor/detail/check.hpp @@ -35,7 +35,7 @@ # define BOOST_PP_CHECK_3(im) BOOST_PP_CHECK_5(BOOST_PP_CHECK_4 im) # define BOOST_PP_CHECK_4(res, _) res # define BOOST_PP_CHECK_5(res) res -# else // DMC +# else /* DMC */ # define BOOST_PP_CHECK_D(x, type) BOOST_PP_CHECK_OO((type x)) # define BOOST_PP_CHECK_OO(par) BOOST_PP_CHECK_0 ## par # define BOOST_PP_CHECK_0(chk) BOOST_PP_CHECK_1(BOOST_PP_CAT(BOOST_PP_CHECK_RESULT_, chk))