summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index a95e68a5..7bfccdaa 100644
--- a/lib.c
+++ b/lib.c
@@ -6623,9 +6623,9 @@ void init(const wchar_t *pn, mem_t *(*oom)(mem_t *, size_t),
oom_realloc = oom;
gc_init(stack_bottom);
obj_init();
- arith_init();
uw_init();
eval_init();
+ arith_init();
rand_init();
stream_init();
#if HAVE_POSIX_SIGS