mirror of
https://github.com/janet-lang/janet
synced 2025-09-05 04:18:03 +00:00
Very minor changes.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user