Get SQLite to build
* changed headers * removed redundant declarations * ran clang-format * added sqlite3.mk
This commit is contained in:
4
third_party/sqlite3/expr.c
vendored
4
third_party/sqlite3/expr.c
vendored
@ -12,7 +12,9 @@
|
||||
** This file contains routines used for analyzing expressions and
|
||||
** for generating VDBE code that evaluates expressions in SQLite.
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include "third_party/sqlite3/sqliteInt.h"
|
||||
|
||||
/* clang-format off */
|
||||
|
||||
/* Forward declarations */
|
||||
static void exprCodeBetween(Parse*,Expr*,int,void(*)(Parse*,Expr*,int,int),int);
|
||||
|
||||
Reference in New Issue
Block a user