diff options
author | drh <drh@noemail.net> | 2010-07-12 16:47:48 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2010-07-12 16:47:48 +0000 |
commit | 3a0f13ff839487759799f8ce993aefb1db42c641 (patch) | |
tree | 9b5318dc01ab10f9cffde909498474b194eb15cd /src/test_async.c | |
parent | d846c5e047e39fc7b4fe653e5e62523c1b2c81ac (diff) | |
download | sqlite-3a0f13ff839487759799f8ce993aefb1db42c641.tar.gz sqlite-3a0f13ff839487759799f8ce993aefb1db42c641.zip |
Fix makefiles so that they build sqlite3_analyzer again. Tweaks to comments
in test_stat.c. Fix tclsqlite.c to build the sqlite3_analyzer again.
FossilOrigin-Name: e6cd15451d8c47bfc86d07565655920134b494fe
Diffstat (limited to 'src/test_async.c')
-rw-r--r-- | src/test_async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_async.c b/src/test_async.c index 313645dec..c760eea1f 100644 --- a/src/test_async.c +++ b/src/test_async.c @@ -229,7 +229,7 @@ static int testAsyncControl( ** of this module. */ int Sqlitetestasync_Init(Tcl_Interp *interp){ -#if SQLITE_ENABLE_ASYNCIO +#ifdef SQLITE_ENABLE_ASYNCIO Tcl_CreateObjCommand(interp,"sqlite3async_start",testAsyncStart,0,0); Tcl_CreateObjCommand(interp,"sqlite3async_wait",testAsyncWait,0,0); |