update amalgamation code

This commit is contained in:
Yasuhiro Matsumoto
2016-08-11 01:15:52 +09:00
parent e118d44513
commit 297d6f8d2d
5 changed files with 13974 additions and 3727 deletions

View File

@@ -11,7 +11,11 @@ package sqlite3
// code for SQLite custom functions is in here.
/*
#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#else
#include <sqlite3.h>
#endif
#include <stdlib.h>
void _sqlite3_result_text(sqlite3_context* ctx, const char* s);