|
|
@@ -13,15 +13,3 @@ Index: configure
|
|
|
|
|
|
#########
|
|
|
# Figure out whether or not we have a "usleep()" function.
|
|
|
-Index: src/vdbeaux.c
|
|
|
---- src/vdbeaux.c.orig 2005-01-29 09:32:45 +0100
|
|
|
-+++ src/vdbeaux.c 2005-02-15 19:30:52 +0100
|
|
|
-@@ -25,7 +25,7 @@
|
|
|
- ** set the sqlite3_vdbe_addop_trace to 1 and all opcodes will be printed
|
|
|
- ** as they are added to the instruction stream.
|
|
|
- */
|
|
|
--#ifndef NDEBUG
|
|
|
-+#ifdef SQLITE_DEBUG
|
|
|
- int sqlite3_vdbe_addop_trace = 0;
|
|
|
- #endif
|
|
|
-
|