aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsetup.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-05-07 03:02:56 +0200
committerMattias Andrée <maandree@kth.se>2016-05-07 03:02:56 +0200
commitfdc75a358e4c20116640c08f4e8ce7a09dc3cebd (patch)
treeca67767e06b0dd9d734dc027bb02a4a47681241e /src/zsetup.c
parentMake zdiv and zmod (calls zdivmod) inline (diff)
downloadlibzahl-fdc75a358e4c20116640c08f4e8ce7a09dc3cebd.tar.gz
libzahl-fdc75a358e4c20116640c08f4e8ce7a09dc3cebd.tar.bz2
libzahl-fdc75a358e4c20116640c08f4e8ce7a09dc3cebd.tar.xz
Optimisations
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/zsetup.c')
-rw-r--r--src/zsetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zsetup.c b/src/zsetup.c
index 3e3062b..7486860 100644
--- a/src/zsetup.c
+++ b/src/zsetup.c
@@ -21,7 +21,7 @@ struct zahl **libzahl_temp_stack_end;
void *libzahl_temp_allocation = 0;
#define X(i, x, f, v) 1 +
-static zahl_char_t constant_chars[LIST_CONSTS 0];
+static zahl_char_t constant_chars[LIST_CONSTS ZAHL_FLUFF];
#undef X