]> gitweb.factorcode.org Git - factor.git/commitdiff
calls dispatched as per multithreaded, but checked against singleton
authorPhil Dawes <phil@phildawes.net>
Wed, 30 Sep 2009 20:25:50 +0000 (21:25 +0100)
committerPhil Dawes <phil@phildawes.net>
Wed, 30 Sep 2009 20:25:50 +0000 (21:25 +0100)
vm/vm.hpp

index 0f8e76e480e9603fa32eb6c292260a4ba2ae13a3..97d873db9305b5a5918ac59566184311f4a18dbd 100644 (file)
--- a/vm/vm.hpp
+++ b/vm/vm.hpp
@@ -756,7 +756,7 @@ struct factor_vm
 };
 
 #ifndef FACTOR_REENTRANT
-   #define FACTOR_SINGLE_THREADED_SINGLETON
+   #define FACTOR_SINGLE_THREADED_TESTING
 #endif
 
 #ifdef FACTOR_SINGLE_THREADED_SINGLETON