diff options
author | mistachkin <mistachkin@noemail.net> | 2018-09-06 16:50:54 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2018-09-06 16:50:54 +0000 |
commit | 1884487e4b59a9a60d220e3fc883f838b9d1966b (patch) | |
tree | 2e6a8684c4a147d4d87a86645f165e8ea1c58c10 /src/sqliteInt.h | |
parent | 3c4b61333f96927c0d1f50a74f052f61b43b39c0 (diff) | |
parent | 905f9816679ef83e83bd0f29f3c04c7633ae081f (diff) | |
download | sqlite-1884487e4b59a9a60d220e3fc883f838b9d1966b.tar.gz sqlite-1884487e4b59a9a60d220e3fc883f838b9d1966b.zip |
Merge accidental fork.
FossilOrigin-Name: ebadb7dc25b9ab544a941ceb9a18926268c21bb60de98737f6ef19915ee8e61a
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index f58a3ed72..c33295a40 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -3091,7 +3091,7 @@ struct Parse { ynVar nVar; /* Number of '?' variables seen in the SQL so far */ u8 iPkSortOrder; /* ASC or DESC for INTEGER PRIMARY KEY */ u8 explain; /* True if the EXPLAIN flag is found on the query */ -#if !defined(SQLITE_OMIT_VIRTUALTABLE) && !defined(SQLITE_OMIT_ALTERTABLE) +#if !(defined(SQLITE_OMIT_VIRTUALTABLE) && defined(SQLITE_OMIT_ALTERTABLE)) u8 eParseMode; /* PARSE_MODE_XXX constant */ #endif #ifndef SQLITE_OMIT_VIRTUALTABLE |