Update amalgamation code (#955)

* Update amalgamation code

* Apply realPy's patch
This commit is contained in:
mattn
2021-07-15 22:31:14 +09:00
committed by GitHub
parent 1157a4212d
commit cba6eaee48
4 changed files with 4357 additions and 2972 deletions

View File

@@ -19,6 +19,10 @@
#ifndef SQLITE3EXT_H
#define SQLITE3EXT_H
#include "sqlite3-binding.h"
#ifdef __clang__
#define assert(condition) ((void)0)
#endif
/*
** The following structure holds pointers to all of the SQLite API