summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib.c b/lib.c
index 89782b25..0b51c05f 100644
--- a/lib.c
+++ b/lib.c
@@ -9407,11 +9407,9 @@ static void time_init(void)
static_slot_set(time_st, time_utc_s, func_f1(t, time_meth));
}
-void init(const wchar_t *pn, mem_t *(*oom)(mem_t *, size_t),
- val *stack_bottom)
+void init(mem_t *(*oom)(mem_t *, size_t), val *stack_bottom)
{
int gc_save;
- progname = pn;
gc_save = gc_state(0);
oom_realloc = oom;