mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Remove printf() linking hack
This commit is contained in:
parent
ba03cd95c5
commit
b881c0ec9e
107 changed files with 1520 additions and 2577 deletions
2
third_party/sqlite3/geopoly.inc
vendored
2
third_party/sqlite3/geopoly.inc
vendored
|
@ -16,7 +16,7 @@
|
|||
** This file is #include-ed onto the end of "rtree.c" so that it has
|
||||
** access to all of the R-Tree internals.
|
||||
*/
|
||||
#include "third_party/gdtoa/gdtoa.h"
|
||||
#include "libc/fmt/conv.h"
|
||||
/* clang-format off */
|
||||
|
||||
/* Enable -DGEOPOLY_ENABLE_DEBUG for debugging facilities */
|
||||
|
|
3
third_party/sqlite3/json.c
vendored
3
third_party/sqlite3/json.c
vendored
|
@ -22,8 +22,9 @@
|
|||
** how JSONB might improve on that.)
|
||||
*/
|
||||
#ifndef SQLITE_OMIT_JSON
|
||||
#include "libc/fmt/conv.h"
|
||||
#include "third_party/sqlite3/sqliteInt.h"
|
||||
#include "third_party/gdtoa/gdtoa.h"
|
||||
// clang-format off
|
||||
|
||||
/*
|
||||
** Growing our own isspace() routine this way is twice as fast as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue