summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine_scope.cpp
blob: 03298e99a8c08bfe44eeed6159ca6e5c5ff38f17 (plain)
1
2
3
4
5
6
7
8
9
10
#include "smt/smt_engine.h"
#include "smt/smt_engine_scope.h"

namespace CVC4 {
namespace smt {

CVC4_THREADLOCAL(SmtEngine*) s_smtEngine_current = NULL;

}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback