mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-31 09:42:27 +00:00
Remove plenty of makefile misconfigurations
This commit is contained in:
parent
9172fd42a0
commit
8b469389f6
186 changed files with 1408 additions and 901 deletions
7
third_party/sqlite3/sqliteInt.inc
vendored
7
third_party/sqlite3/sqliteInt.inc
vendored
|
@ -1193,6 +1193,13 @@ typedef struct With With;
|
|||
typedef int VList;
|
||||
typedef u32 Pgno;
|
||||
|
||||
/*
|
||||
** Enable SQLITE_ENABLE_EXPLAIN_COMMENTS if SQLITE_DEBUG is turned on.
|
||||
*/
|
||||
#if !defined(SQLITE_ENABLE_EXPLAIN_COMMENTS) && defined(SQLITE_DEBUG)
|
||||
# define SQLITE_ENABLE_EXPLAIN_COMMENTS 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Defer sourcing vdbe.h and btree.h until after the "u8" and
|
||||
** "BusyHandler" typedefs. vdbe.h also requires a few of the opaque
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue