| Index: third_party/sqlite/sqlite-src-3070603/src/sqliteInt.h
|
| diff --git a/third_party/sqlite/src/src/sqliteInt.h b/third_party/sqlite/sqlite-src-3070603/src/sqliteInt.h
|
| similarity index 99%
|
| copy from third_party/sqlite/src/src/sqliteInt.h
|
| copy to third_party/sqlite/sqlite-src-3070603/src/sqliteInt.h
|
| index 684fa57f6d8cb479a7a8faf5a20da626cd88eb8b..ea0925e4175ebf9d818f43b3d47f69e27ee8eb63 100644
|
| --- a/third_party/sqlite/src/src/sqliteInt.h
|
| +++ b/third_party/sqlite/sqlite-src-3070603/src/sqliteInt.h
|
| @@ -2522,16 +2522,6 @@ int sqlite3CantopenError(int);
|
| #endif
|
|
|
| /*
|
| -** The CoreServices.h and CoreFoundation.h headers are needed for excluding a
|
| -** -journal file from Time Machine backups when its associated database has
|
| -** previously been excluded by the client code.
|
| -*/
|
| -#if defined(__APPLE__)
|
| -#include <CoreServices/CoreServices.h>
|
| -#include <CoreFoundation/CoreFoundation.h>
|
| -#endif
|
| -
|
| -/*
|
| ** The following macros mimic the standard library functions toupper(),
|
| ** isspace(), isalnum(), isdigit() and isxdigit(), respectively. The
|
| ** sqlite versions only work for ASCII characters, regardless of locale.
|
|
|