diff options
author | drh <drh@noemail.net> | 2007-08-22 11:41:18 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2007-08-22 11:41:18 +0000 |
commit | cab5ed7a57d87370350c99ed4565296bbeda59c8 (patch) | |
tree | 350a202315db3f1a9d4287798e65de314f083cda /src/sqliteInt.h | |
parent | c7b6017c8ab77f64b054cc8b08f5331521a1d2af (diff) | |
download | sqlite-cab5ed7a57d87370350c99ed4565296bbeda59c8.tar.gz sqlite-cab5ed7a57d87370350c99ed4565296bbeda59c8.zip |
Get the quick.test script running with SQLITE_THREADSAFE enabled. (CVS 4269)
FossilOrigin-Name: 1f28b7e47bba221c14a10a37e7425c9975bb2312
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 15702962d..4b6e01dec 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -11,7 +11,7 @@ ************************************************************************* ** Internal interface definitions for SQLite. ** -** @(#) $Id: sqliteInt.h,v 1.596 2007/08/22 11:22:04 danielk1977 Exp $ +** @(#) $Id: sqliteInt.h,v 1.597 2007/08/22 11:41:18 drh Exp $ */ #ifndef _SQLITEINT_H_ #define _SQLITEINT_H_ @@ -42,7 +42,7 @@ #if defined(THREADSAFE) # define SQLITE_THREADSAFE THREADSAFE #else -# define SQLTIE_THREADSAFE 1 +# define SQLITE_THREADSAFE 1 #endif #endif |