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

@@ -7,7 +7,11 @@
package sqlite3
/*
#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#else
#include <sqlite3.h>
#endif
#include <stdlib.h>
*/
import "C"