1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-18 10:21:03 +03:00

Add missing "static" to internal function whereRangeVectorLen().

FossilOrigin-Name: cbed3d75cf9a24037263d126727db7dd048a4f97
This commit is contained in:
dan
2016-10-08 11:55:12 +00:00
parent e288992e19
commit 320d4c304d
3 changed files with 8 additions and 8 deletions

View File

@@ -2223,7 +2223,7 @@ static void whereLoopOutputAdjust(
** then this function would be invoked with nEq=1. The value returned in
** this case is 3.
*/
int whereRangeVectorLen(
static int whereRangeVectorLen(
Parse *pParse, /* Parsing context */
int iCur, /* Cursor open on pIdx */
Index *pIdx, /* The index to be used for a inequality constraint */