Index: third_party/sqlite/sqlite-src-3070603/ext/fts2/fts2_tokenizer.c |
diff --git a/third_party/sqlite/src/ext/fts2/fts2_tokenizer.c b/third_party/sqlite/sqlite-src-3070603/ext/fts2/fts2_tokenizer.c |
similarity index 99% |
copy from third_party/sqlite/src/ext/fts2/fts2_tokenizer.c |
copy to third_party/sqlite/sqlite-src-3070603/ext/fts2/fts2_tokenizer.c |
index a66c37a6c2a05f3216d99760c6f5a8ce0d0658cf..f8b06633dacb6f9926548a0b5d8f507498bc724c 100644 |
--- a/third_party/sqlite/src/ext/fts2/fts2_tokenizer.c |
+++ b/third_party/sqlite/sqlite-src-3070603/ext/fts2/fts2_tokenizer.c |
@@ -28,14 +28,11 @@ |
#include "sqlite3.h" |
#include "sqlite3ext.h" |
-#ifndef SQLITE_CORE |
- SQLITE_EXTENSION_INIT1 |
-#endif |
+SQLITE_EXTENSION_INIT1 |
#include "fts2_hash.h" |
#include "fts2_tokenizer.h" |
#include <assert.h> |
-#include <stddef.h> |
/* |
** Implementation of the SQL scalar function for accessing the underlying |