summaryrefslogtreecommitdiff
path: root/src/base/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/exception.h')
-rw-r--r--src/base/exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/exception.h b/src/base/exception.h
index 1ce2ae757..01a054b19 100644
--- a/src/base/exception.h
+++ b/src/base/exception.h
@@ -160,7 +160,7 @@ private:
char* d_contents;
- static CVC4_THREADLOCAL(LastExceptionBuffer*) s_currentBuffer;
+ static CVC4_THREAD_LOCAL LastExceptionBuffer* s_currentBuffer;
}; /* class LastExceptionBuffer */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback