From 842540fcc14c0e2cc2cb7aa3ed3559551f0639d8 Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Fri, 28 Jun 2002 05:03:39 +0000 Subject: [PATCH] modified name [SVN r14257] --- include/boost/preprocessor/detail/iterate/self.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/preprocessor/detail/iterate/self.hpp b/include/boost/preprocessor/detail/iterate/self.hpp index 02e7019..80fa317 100644 --- a/include/boost/preprocessor/detail/iterate/self.hpp +++ b/include/boost/preprocessor/detail/iterate/self.hpp @@ -10,9 +10,9 @@ # # line BOOST_PP_DETAIL_LINE() # -# if !defined(BOOST_PP_INDIRECT_FILE) +# if !defined(BOOST_PP_INDIRECT_SELF) # error BOOST_PP: no file to indirect file to include defined # else -# include BOOST_PP_INDIRECT_FILE -# undef BOOST_PP_INDIRECT_FILE +# include BOOST_PP_INDIRECT_SELF +# undef BOOST_PP_INDIRECT_SELF # endif