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

Unified Diff: third_party/sqlite/src/src/shell_icu_linux.c

Issue 9144001: The complete work-in-progress SQLite recover virtual table. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sigh, forgot to specify baseline. Created 8 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
« no previous file with comments | « third_party/sqlite/src/src/shell.c ('k') | third_party/sqlite/src/test/recover.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/src/shell_icu_linux.c
diff --git a/third_party/sqlite/src/src/shell_icu_linux.c b/third_party/sqlite/src/src/shell_icu_linux.c
index 8194db58f0862824f23553f1a4b56e9d82993e02..d82998221c1f40c9ffc3ae3c62fa62d5860141db 100644
--- a/third_party/sqlite/src/src/shell_icu_linux.c
+++ b/third_party/sqlite/src/src/shell_icu_linux.c
@@ -1,6 +1,7 @@
/* Copyright 2007 Google Inc. All Rights Reserved.
**/
+#if 0
#include <limits.h>
#include <unistd.h>
#include "unicode/udata.h"
@@ -24,3 +25,8 @@ int sqlite_shell_init_icu() {
udata_setFileAccess(UDATA_ONLY_PACKAGES, &err);
return err == U_ZERO_ERROR;
}
+#else
+int sqlite_shell_init_icu() {
+ return 0;
+}
+#endif
« no previous file with comments | « third_party/sqlite/src/src/shell.c ('k') | third_party/sqlite/src/test/recover.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698