Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/sqlite/sqlite-src-3070603/ext/fts2/fts2_tokenizer.c

Issue 826543003: [sql] Import reference version of SQLite 3.7.6.3. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: gitignore forgot some files for me. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698