mirror of https://github.com/CGAL/cgal
undo unwanted change in 777d305
This commit is contained in:
parent
0aa8059b1a
commit
ef09d971e2
|
|
@ -55,7 +55,7 @@
|
||||||
#else // CGAL_HEADER_ONLY
|
#else // CGAL_HEADER_ONLY
|
||||||
|
|
||||||
#define CGAL_GLOBAL_STATE_VAR(TYPE, NAME, VALUE) \
|
#define CGAL_GLOBAL_STATE_VAR(TYPE, NAME, VALUE) \
|
||||||
CGAL_EXPORT extern TYPE NAME; \
|
CGAL_CORE_EXPORT extern TYPE NAME; \
|
||||||
inline TYPE& get_static_##NAME() \
|
inline TYPE& get_static_##NAME() \
|
||||||
{ \
|
{ \
|
||||||
return NAME; \
|
return NAME; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue