diff options
Diffstat (limited to 'src/test2.c')
-rw-r--r-- | src/test2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test2.c b/src/test2.c index 994bc1a77..520ad7306 100644 --- a/src/test2.c +++ b/src/test2.c @@ -675,7 +675,9 @@ int Sqlitetest2_Init(Tcl_Interp *interp){ (char*)&sqlite3_diskfull_pending, TCL_LINK_INT); Tcl_LinkVar(interp, "sqlite_diskfull", (char*)&sqlite3_diskfull, TCL_LINK_INT); +#ifndef SQLITE_OMIT_WSD Tcl_LinkVar(interp, "sqlite_pending_byte", (char*)&sqlite3PendingByte, TCL_LINK_INT | TCL_LINK_READ_ONLY); +#endif return TCL_OK; } |