From cba6eaee486f22a1b0f3208b145673ed951cb840 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 15 Jul 2021 22:31:14 +0900 Subject: Update amalgamation code (#955) * Update amalgamation code * Apply realPy's patch --- sqlite3ext.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sqlite3ext.h') diff --git a/sqlite3ext.h b/sqlite3ext.h index b2b6e0c..ba6d12f 100644 --- a/sqlite3ext.h +++ b/sqlite3ext.h @@ -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 -- cgit v1.2.3