From 00dad65868ba360157732354319d06841ee4bfb3 Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Wed, 10 Jul 2002 19:30:49 +0000 Subject: [PATCH] BOOST_PP_LOCAL_ITERATION_LIMITS --> BOOST_PP_LOCAL_LIMITS [SVN r14401] --- .../boost/preprocessor/detail/iterate/local_iterate.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/preprocessor/detail/iterate/local_iterate.hpp b/include/boost/preprocessor/detail/iterate/local_iterate.hpp index eade7b3..5207250 100644 --- a/include/boost/preprocessor/detail/iterate/local_iterate.hpp +++ b/include/boost/preprocessor/detail/iterate/local_iterate.hpp @@ -10,9 +10,9 @@ # # line BOOST_PP_DETAIL_LINE(_) # -# 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) +# 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) # else # error BOOST_PP: local iteration boundaries are not defined # endif @@ -789,7 +789,7 @@ BOOST_PP_LOCAL_MACRO(256) # endif # -# undef BOOST_PP_LOCAL_ITERATION_LIMITS +# undef BOOST_PP_LOCAL_LIMITS # # undef BOOST_PP_LOCAL_START # undef BOOST_PP_LOCAL_FINISH