diff options
Diffstat (limited to 'ast/object.h')
-rw-r--r-- | ast/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ast/object.h b/ast/object.h index b2c2d1f..f6f8710 100644 --- a/ast/object.h +++ b/ast/object.h @@ -367,7 +367,7 @@ /* Set to "1" (yes) or "0" (no) to indicate if AST was build with threads support. */ -#define AST__THREADSAFE 1 +#define AST__THREADSAFE 0 #if defined(astCLASS ) #define AST__GETATTRIB_BUFF_LEN 50 /* Length of string returned by GetAttrib. */ |