From e2250a1f0504d95378e6ce0e08bbe8dc8a931930 Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Sun, 5 Jan 2003 18:58:22 +0000 Subject: [PATCH] fixed right parenthesis [SVN r16762] --- include/boost/preprocessor/punctuation/paren.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/preprocessor/punctuation/paren.hpp b/include/boost/preprocessor/punctuation/paren.hpp index 8cb0503..b7f1f57 100644 --- a/include/boost/preprocessor/punctuation/paren.hpp +++ b/include/boost/preprocessor/punctuation/paren.hpp @@ -21,6 +21,6 @@ # # /* BOOST_PP_RPAREN */ # -# define BOOST_PP_RPAREN() ( +# define BOOST_PP_RPAREN() ) # # endif