aboutsummaryrefslogtreecommitdiffstats
path: root/bench/libtfm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bench/libtfm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/libtfm.h b/bench/libtfm.h
index 1610802..b87a288 100644
--- a/bench/libtfm.h
+++ b/bench/libtfm.h
@@ -24,7 +24,7 @@ static z_t _0, _1, _a, _b;
static int _tmp, error;
static jmp_buf jbuf;
-#ifdef UNSAFE
+#ifdef ZAHL_UNSAFE
# define try(expr) (expr)
#else
# define try(expr) do if ((error = (expr))) longjmp(jbuf, 1); while (0)