mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Improve mkdeps
Our makefile generator now accepts badly formatted include lines. It's now more hermetic with better error checking in the cosmo repo, and it can be configured to not be hermetic at all.
This commit is contained in:
parent
241f949540
commit
d2f49ca175
69 changed files with 466 additions and 533 deletions
4
third_party/sqlite3/fts3_tokenizer.c
vendored
4
third_party/sqlite3/fts3_tokenizer.c
vendored
|
@ -227,9 +227,9 @@ int sqlite3Fts3InitTokenizer(
|
|||
#ifdef SQLITE_TEST
|
||||
|
||||
#if defined(INCLUDE_SQLITE_TCL_H)
|
||||
# include "sqlite_tcl.h"
|
||||
//# include "sqlite_tcl.h"
|
||||
#else
|
||||
# include "tcl.h"
|
||||
//# include "tcl.h"
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue