2003-01-05 18:59:40 +00:00
|
|
|
# /* **************************************************************************
|
|
|
|
# * *
|
2004-07-27 03:43:34 +00:00
|
|
|
# * (C) Copyright Paul Mensonides 2002.
|
|
|
|
# * Distributed under the Boost Software License, Version 1.0. (See
|
|
|
|
# * accompanying file LICENSE_1_0.txt or copy at
|
|
|
|
# * http://www.boost.org/LICENSE_1_0.txt)
|
2003-01-05 18:59:40 +00:00
|
|
|
# * *
|
|
|
|
# ************************************************************************** */
|
2002-09-08 10:22:48 +00:00
|
|
|
#
|
|
|
|
# /* See http://www.boost.org for most recent version. */
|
|
|
|
#
|
|
|
|
# ifndef BOOST_PREPROCESSOR_PUNCTUATION_PAREN_HPP
|
|
|
|
# define BOOST_PREPROCESSOR_PUNCTUATION_PAREN_HPP
|
|
|
|
#
|
|
|
|
# /* BOOST_PP_LPAREN */
|
|
|
|
#
|
|
|
|
# define BOOST_PP_LPAREN() (
|
|
|
|
#
|
|
|
|
# /* BOOST_PP_RPAREN */
|
|
|
|
#
|
2003-01-05 18:58:22 +00:00
|
|
|
# define BOOST_PP_RPAREN() )
|
2002-09-08 10:22:48 +00:00
|
|
|
#
|
|
|
|
# endif
|