From adbc830e0f991fe76971ce103ecf1293cf7dccad Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 10 Jan 2017 14:40:23 +0100 Subject: [PATCH] fix --- Installation/include/CGAL/tss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/include/CGAL/tss.h b/Installation/include/CGAL/tss.h index 10172f2a575..4b66fe35e1d 100644 --- a/Installation/include/CGAL/tss.h +++ b/Installation/include/CGAL/tss.h @@ -67,7 +67,7 @@ # define CGAL_STATIC_THREAD_LOCAL_VARIABLE(TYPE, VAR,ARG1) static TYPE VAR(ARG1) -# define CGAL_STATIC_THREAD_LOCAL_VARIABLE(TYPE, VAR,ARG1,ARG2) static TYPE VAR(ARG1,ARG2) +# define CGAL_STATIC_THREAD_LOCAL_VARIABLE_2(TYPE, VAR,ARG1,ARG2) static TYPE VAR(ARG1,ARG2) #endif