1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00

Very minor changes.

This commit is contained in:
Calvin Rose 2018-05-09 18:13:05 -04:00
parent 640aaf76c9
commit d3ca95c9bc

View File

@ -20,15 +20,12 @@
* IN THE SOFTWARE.
*/
#ifdef ONEFILE
#include "sqlite3.c"
#endif
#include "sqlite3.h"
#include <dst/dst.h>
/* Called to garbage collect a sqlite3 connection */
static int gcsqlite(void *p, size_t s) {
(void) s;