From 5287ad5ca5431fe53c61e2da81b1ac6d0dc6e119 Mon Sep 17 00:00:00 2001 From: jsancho Date: Sun, 3 Jul 2011 08:19:53 +0000 Subject: [PATCH] --- src/gacela.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gacela.c b/src/gacela.c index fc7ec31..b9be602 100644 --- a/src/gacela.c +++ b/src/gacela.c @@ -30,6 +30,8 @@ init_gacela (void *data, int argc, char **argv) scm_c_eval_string ("(activate-readline)"); scm_c_eval_string ("(use-modules (ice-9 optargs))"); scm_c_eval_string ("(use-modules (ice-9 receive))"); + scm_c_eval_string ("(use-modules (ice-9 threads))"); + scm_c_eval_string ("(read-enable 'case-insensitive)"); // Bindings for C functions and structs SDL_register_functions (NULL); -- 2.39.2