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

Remove a C++ism from the test harness. Get the TCL interface working with

older versions of TCL. (CVS 4075)

FossilOrigin-Name: c8beb8674e5a1effc2785f205124628fbdaf57e0
This commit is contained in:
drh
2007-06-15 18:53:14 +00:00
parent 2df37c0390
commit daf276d466
4 changed files with 11 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
** A TCL Interface to SQLite. Append this file to sqlite3.c and
** compile the whole thing to build a TCL-enabled version of SQLite.
**
** $Id: tclsqlite.c,v 1.188 2007/06/12 18:50:14 drh Exp $
** $Id: tclsqlite.c,v 1.189 2007/06/15 18:53:14 drh Exp $
*/
#include "tcl.h"
#include <errno.h>
@@ -294,7 +294,6 @@ static Tcl_ChannelType IncrblobChannelType = {
0, /* flushProc */
0, /* handlerProc */
0, /* wideSeekProc */
0, /* threadActionProc */
};
/*