diff --git a/include/boost/phoenix/core/limits.hpp b/include/boost/phoenix/core/limits.hpp index 7ed1917..a3920a1 100644 --- a/include/boost/phoenix/core/limits.hpp +++ b/include/boost/phoenix/core/limits.hpp @@ -27,7 +27,11 @@ #define BOOST_PHOENIX_LIMIT BOOST_PROTO_MAX_ARITY #endif -#define PHOENIX_LIMIT BOOST_PHOENIX_LIMIT +//#ifndef PHOENIX_LIMIT +//#define PHOENIX_LIMIT BOOST_PHOENIX_LIMIT +//#elif + +//#endif #define BOOST_PHOENIX_LIMIT_STR BOOST_PP_STRINGIZE(BOOST_PHOENIX_PP_ROUND_UP(BOOST_PHOENIX_LIMIT))