diff options
author | drh <drh@noemail.net> | 2004-05-07 17:57:49 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2004-05-07 17:57:49 +0000 |
commit | de647130413404fb2ce7d3325803be028aef9214 (patch) | |
tree | 0069a0369b7c2f0f8b8bdc347dfaac170db229e6 /src/tclsqlite.c | |
parent | a34b6764835d79447ce865489d2304596c590a2d (diff) | |
download | sqlite-de647130413404fb2ce7d3325803be028aef9214.tar.gz sqlite-de647130413404fb2ce7d3325803be028aef9214.zip |
The btree.c module compiles and links and passes some tests. Many tests
still fail, though. (CVS 1321)
FossilOrigin-Name: d394b2b217d4d728f9eba397262bf9d36195719e
Diffstat (limited to 'src/tclsqlite.c')
-rw-r--r-- | src/tclsqlite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tclsqlite.c b/src/tclsqlite.c index 73c1ea4b3..c828f19a0 100644 --- a/src/tclsqlite.c +++ b/src/tclsqlite.c @@ -11,7 +11,7 @@ ************************************************************************* ** A TCL Interface to SQLite ** -** $Id: tclsqlite.c,v 1.61 2004/05/06 23:37:53 danielk1977 Exp $ +** $Id: tclsqlite.c,v 1.62 2004/05/07 17:57:50 drh Exp $ */ #ifndef NO_TCL /* Omit this whole file if TCL is unavailable */ @@ -1212,7 +1212,7 @@ int TCLSH_MAIN(int argc, char **argv){ extern int Md5_Init(Tcl_Interp*); /* Sqlitetest1_Init(interp); */ Sqlitetest2_Init(interp); - /* Sqlitetest3_Init(interp); */ + Sqlitetest3_Init(interp); /* Sqlitetest4_Init(interp); */ Sqlitetest5_Init(interp); Md5_Init(interp); |