]> gitweb.factorcode.org Git - factor.git/commitdiff
added threadsafe defines. Dunno if they do much
authorPhil Dawes <phil@phildawes.net>
Fri, 28 Aug 2009 19:23:01 +0000 (20:23 +0100)
committerPhil Dawes <phil@phildawes.net>
Wed, 16 Sep 2009 07:20:51 +0000 (08:20 +0100)
vm/master.hpp

index bf60d1e4f6c533322a664b77d0ed5b5a0481aee6..00ee181b8f9c504cd8eb66fd5a3e75acf148827f 100755 (executable)
@@ -1,6 +1,9 @@
 #ifndef __FACTOR_MASTER_H__
 #define __FACTOR_MASTER_H__
 
+#define _THREAD_SAFE
+#define _REENTRANT
+
 #ifndef WINCE
 #include <errno.h>
 #endif