From 31a8d42f8adb3e584676d26871f217469d6d403e Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Fri, 21 Jun 2002 01:37:30 +0000 Subject: [PATCH] renamed BOOST_PP_LOCAL_LIMITS to BOOST_PP_LOCAL_ITERATION_LIMITS [SVN r14220] --- .../boost/preprocessor/detail/iterate/local_iterate.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/boost/preprocessor/detail/iterate/local_iterate.hpp b/include/boost/preprocessor/detail/iterate/local_iterate.hpp index 36723ab..319ac24 100644 --- a/include/boost/preprocessor/detail/iterate/local_iterate.hpp +++ b/include/boost/preprocessor/detail/iterate/local_iterate.hpp @@ -8,9 +8,9 @@ # * * # ************************************************************************** */ # -# ifdef BOOST_PP_LOCAL_LIMITS -# define BOOST_PP_LOCAL_START BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_LOCAL_LIMITS) -# define BOOST_PP_LOCAL_FINISH BOOST_PP_TUPLE_ELEM(2, 1, BOOST_PP_LOCAL_LIMITS) +# ifdef BOOST_PP_LOCAL_ITERATION_LIMITS +# define BOOST_PP_LOCAL_START BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_LOCAL_ITERATION_LIMITS) +# define BOOST_PP_LOCAL_FINISH BOOST_PP_TUPLE_ELEM(2, 1, BOOST_PP_LOCAL_ITERATION_LIMITS) # else # error BOOST_PP: local iteration boundaries are not defined # endif @@ -787,6 +787,8 @@ BOOST_PP_LOCAL_MACRO(256) # endif # +# undef BOOST_PP_LOCAL_ITERATION_LIMITS +# # undef BOOST_PP_LOCAL_START # undef BOOST_PP_LOCAL_FINISH #