summaryrefslogtreecommitdiff
path: root/src/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/options.h')
-rw-r--r--src/options/options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/options/options.h b/src/options/options.h
index 16210e1a3..474fe3a4b 100644
--- a/src/options/options.h
+++ b/src/options/options.h
@@ -26,7 +26,6 @@
#include "base/listener.h"
#include "base/modal_exception.h"
-#include "base/tls.h"
#include "options/argument_extender.h"
#include "options/language.h"
#include "options/option_exception.h"
@@ -47,7 +46,7 @@ class CVC4_PUBLIC Options {
options::OptionsHandler* d_handler;
/** The current Options in effect */
- static CVC4_THREAD_LOCAL Options* s_current;
+ static thread_local Options* s_current;
/** Listeners for options::forceLogicString being set. */
ListenerCollection d_forceLogicListeners;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback