aboutsummaryrefslogtreecommitdiffstats
path: root/bench/libhebimath.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/libhebimath.h')
-rw-r--r--bench/libhebimath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/libhebimath.h b/bench/libhebimath.h
index 8f8f3ce..495abd1 100644
--- a/bench/libhebimath.h
+++ b/bench/libhebimath.h
@@ -29,7 +29,7 @@ static jmp_buf jbuf;
#define UNIFORM 1
#define MODUNIFORM 2
-#ifdef UNSAFE
+#ifdef ZAHL_UNSAFE
# define try(expr) (expr)
#else
# define try(expr) do if ((error = (expr))) longjmp(jbuf, 1); while (0)