aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2009-11-05 18:46:02 +0000
committerdrh <drh@noemail.net>2009-11-05 18:46:02 +0000
commit481aa74e21f484af6da26b506c7654ab3cc5d2f1 (patch)
treee07f53f41e750696df7d5f0d96a7ba86922415fc /src/sqliteInt.h
parent1860e3f98f0cc83cee4e5a48031820aeacde6a16 (diff)
downloadsqlite-481aa74e21f484af6da26b506c7654ab3cc5d2f1.tar.gz
sqlite-481aa74e21f484af6da26b506c7654ab3cc5d2f1.zip
Recover an ophaned branch that resulted from some ill-advised "shunning".
This check-in should be identical to [bd443f39a9] except that it should be on the trunk. FossilOrigin-Name: 38eaf1ab6e05161e6dc7cd69e942aeca16548c45
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index b47eba43c..24debbabe 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -1508,7 +1508,7 @@ struct AggInfo {
** the option is available (at compile-time).
*/
#if SQLITE_MAX_VARIABLE_NUMBER<=32767
-typedef i64 ynVar;
+typedef i16 ynVar;
#else
typedef int ynVar;
#endif