1.1 --- a/epoc32/include/stdapis/boost/preprocessor/slot.hpp Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/stdapis/boost/preprocessor/slot.hpp Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -9,24 +9,9 @@
1.4 #
1.5 # /* See http://www.boost.org for most recent version. */
1.6 #
1.7 -# ifndef BOOST_PREPROCESSOR_SLOT_SLOT_HPP
1.8 -# define BOOST_PREPROCESSOR_SLOT_SLOT_HPP
1.9 +# ifndef BOOST_PREPROCESSOR_SLOT_HPP
1.10 +# define BOOST_PREPROCESSOR_SLOT_HPP
1.11 #
1.12 -# include <boost/preprocessor/cat.hpp>
1.13 -# include <boost/preprocessor/slot/detail/def.hpp>
1.14 -#
1.15 -# /* BOOST_PP_ASSIGN_SLOT */
1.16 -#
1.17 -# define BOOST_PP_ASSIGN_SLOT(i) BOOST_PP_CAT(BOOST_PP_ASSIGN_SLOT_, i)
1.18 -#
1.19 -# define BOOST_PP_ASSIGN_SLOT_1 <boost/preprocessor/slot/detail/slot1.hpp>
1.20 -# define BOOST_PP_ASSIGN_SLOT_2 <boost/preprocessor/slot/detail/slot2.hpp>
1.21 -# define BOOST_PP_ASSIGN_SLOT_3 <boost/preprocessor/slot/detail/slot3.hpp>
1.22 -# define BOOST_PP_ASSIGN_SLOT_4 <boost/preprocessor/slot/detail/slot4.hpp>
1.23 -# define BOOST_PP_ASSIGN_SLOT_5 <boost/preprocessor/slot/detail/slot5.hpp>
1.24 -#
1.25 -# /* BOOST_PP_SLOT */
1.26 -#
1.27 -# define BOOST_PP_SLOT(i) BOOST_PP_CAT(BOOST_PP_SLOT_, i)()
1.28 +# include <boost/preprocessor/slot/slot.hpp>
1.29 #
1.30 # endif