Skip to content
Snippets Groups Projects
Commit 626b3c39 authored by Philippe Canal's avatar Philippe Canal
Browse files

Add missing static keyword in some configuration

parent 4bbf59c8
No related branches found
No related tags found
No related merge requests found
......@@ -77,11 +77,11 @@
#elif defined(R__HAS___THREAD)
# define TTHREAD_TLS(type) __thread type
# define TTHREAD_TLS(type) static __thread type
#elif defined(R__HAS_DECLSPEC_THREAD)
# define TTHREAD_TLS(type) __declspec(thread) type
# define TTHREAD_TLS(type) static __declspec(thread) type
#elif defined(R__HAS_PTHREAD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment