1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Add hooks for the SSE extension. (CVS 2449)

FossilOrigin-Name: 90f4cf2ad57309dbd20954fc7fd60859bc44bcf4
This commit is contained in:
drh
2005-04-28 19:03:37 +00:00
parent 2e66f0b972
commit 89dec819d2
5 changed files with 35 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
*************************************************************************
** A TCL Interface to SQLite
**
** $Id: tclsqlite.c,v 1.122 2005/04/28 17:18:49 drh Exp $
** $Id: tclsqlite.c,v 1.123 2005/04/28 19:03:37 drh Exp $
*/
#ifndef NO_TCL /* Omit this whole file if TCL is unavailable */
@@ -1779,7 +1779,7 @@ int TCLSH_MAIN(int argc, char **argv){
Sqlitetest4_Init(interp);
Sqlitetest5_Init(interp);
Md5_Init(interp);
#ifdef SQLITE_TEST_SSE
#ifdef SQLITE_SSE
Sqlitetestsse_Init(interp);
#endif
}