| Index: third_party/sqlite/misc.patch
|
| diff --git a/third_party/sqlite/misc.patch b/third_party/sqlite/misc.patch
|
| index 10fe084e339e2ac95a253950b5be5987c95f97cf..1bf9ca1d23349e67bd62e528069bbbb77d66e565 100644
|
| --- a/third_party/sqlite/misc.patch
|
| +++ b/third_party/sqlite/misc.patch
|
| @@ -1,19 +1,3 @@
|
| -Index: ext/icu/icu.c
|
| -===================================================================
|
| ---- ext/icu/icu.c 2009-09-03 13:32:06.000000000 -0700
|
| -+++ ext/icu/icu.c 2009-07-01 12:08:37.000000000 -0700
|
| -@@ -38,6 +38,11 @@
|
| -
|
| - #include <assert.h>
|
| -
|
| -+// TODO(evanm): this is cut'n'pasted from fts2.c. Why is it necessary?
|
| -+#if !defined(SQLITE_CORE)
|
| -+# define SQLITE_CORE 1
|
| -+#endif
|
| -+
|
| - #ifndef SQLITE_CORE
|
| - #include "sqlite3ext.h"
|
| - SQLITE_EXTENSION_INIT1
|
| Index: src/expr.c
|
| ===================================================================
|
| --- src/expr.c 2009-09-08 12:16:11.000000000 -0700
|
|
|