summaryrefslogtreecommitdiff
path: root/src/main/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/main.h')
-rw-r--r--src/main/main.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/main.h b/src/main/main.h
index 57c00ffc0..ee5341b87 100644
--- a/src/main/main.h
+++ b/src/main/main.h
@@ -17,7 +17,6 @@
#include <exception>
#include <string>
-#include "base/tls.h"
#include "base/exception.h"
#include "cvc4autoconfig.h"
#include "expr/expr_manager.h"
@@ -54,7 +53,7 @@ extern CVC4::TimerStat* pTotalTime;
extern bool segvSpin;
/** A pointer to the options in play */
-extern CVC4_THREAD_LOCAL Options* pOptions;
+extern thread_local Options* pOptions;
/** Initialize the driver. Sets signal handlers for SIGINT and SIGSEGV.
* This can throw a CVC4::Exception.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback