diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-10 22:45:40 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-10 22:45:40 (GMT) |
commit | 2424f28f43fa8cce9104d91c4ec99d89b8afe8bf (patch) | |
tree | f908bcdd87cea22daecb346d3cae2a87b7beec44 /ast/object.h | |
parent | 92a3342d3674db42d095d142fe1a23d18f6c7ab7 (diff) | |
download | blt-2424f28f43fa8cce9104d91c4ec99d89b8afe8bf.zip blt-2424f28f43fa8cce9104d91c4ec99d89b8afe8bf.tar.gz blt-2424f28f43fa8cce9104d91c4ec99d89b8afe8bf.tar.bz2 |
update version numbers
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. */ |