blob: 7033fecb5e4dfc1fd5271a2dce83a5e20185eb68 [file] [log] [blame]
# /* **************************************************************************
# * *
# * (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)
# * *
# ************************************************************************** */
#
# /* See http://www.boost.org for most recent version. */
#
# ifndef NDNBOOST_PREPROCESSOR_PUNCTUATION_PAREN_HPP
# define NDNBOOST_PREPROCESSOR_PUNCTUATION_PAREN_HPP
#
# /* NDNBOOST_PP_LPAREN */
#
# define NDNBOOST_PP_LPAREN() (
#
# /* NDNBOOST_PP_RPAREN */
#
# define NDNBOOST_PP_RPAREN() )
#
# endif