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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/options.h b/src/options/options.h
index 6b2bfedad..f93663095 100644
--- a/src/options/options.h
+++ b/src/options/options.h
@@ -29,8 +29,8 @@
#include "base/tls.h"
#include "options/argument_extender.h"
#include "options/language.h"
-#include "options/printer_modes.h"
#include "options/option_exception.h"
+#include "options/printer_modes.h"
namespace CVC4 {
@@ -47,7 +47,7 @@ class CVC4_PUBLIC Options {
options::OptionsHandler* d_handler;
/** The current Options in effect */
- static CVC4_THREADLOCAL(Options*) s_current;
+ static CVC4_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