From 92be5631d8e319babf5cca49f53ea5e692c54793 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 15 Mar 2016 00:20:00 +0100 Subject: Optimisations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zsetup.c') diff --git a/src/zsetup.c b/src/zsetup.c index 151f2f6..921e509 100644 --- a/src/zsetup.c +++ b/src/zsetup.c @@ -31,7 +31,7 @@ zsetup(jmp_buf env) memset(libzahl_pool_alloc, 0, sizeof(libzahl_pool_alloc)); #define X(x)\ - zinit(x); + zinit(x), zsetu(x, 1); LIST_TEMPS; #undef X #define X(x, f, v)\ -- cgit v1.2.3-70-g09d2