1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-25 03:34:49 +00:00

Add sqlite3 native module to repo.

This commit is contained in:
Calvin Rose
2018-05-05 23:51:29 -04:00
parent 06b80e56eb
commit 181a38f412
8 changed files with 221306 additions and 5 deletions

View File

@@ -237,7 +237,7 @@ static void dst_deinit_block(DstGCMemoryHeader *block) {
case DST_MEMORY_ABSTRACT:
if (h->type->gc) {
if (h->type->gc((void *)(h + 1), h->size)) {
/* finalizer failed. try again later? */
/* finalizer failed. try again later? Panic? For now do nothing. */
;
}
}