aboutsummaryrefslogtreecommitdiff
path: root/src/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.h')
-rw-r--r--src/io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io.h b/src/io.h
index b959bbd..c42965c 100644
--- a/src/io.h
+++ b/src/io.h
@@ -36,6 +36,8 @@ extern int _collapse_all;
extern int _collapse_to_memory;
extern int _print_meta;
+#define clean_lullaby_io luaI_nothing
+
static struct config io_config[] = {
{.name = "filechunksize", .type = c_int, .value = {.c_int = &_file_malloc_chunk}},
{.name = "print_type", .type = c_int, .value = {.c_int = &_print_type}},