mirror of
https://github.com/janet-lang/janet
synced 2024-11-18 22:54:49 +00:00
Very minor changes.
This commit is contained in:
parent
640aaf76c9
commit
d3ca95c9bc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user