aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-04-29 18:55:33 +0200
committerMattias Andrée <maandree@kth.se>2016-04-29 18:55:41 +0200
commitea5c6307c674d345295de3e1301ea16586880484 (patch)
treef8fdbf78e1c4a804204d67c0c1855cdd2ad3b71d /test.c
parentUse bold, not blackboard bold (diff)
downloadlibzahl-ea5c6307c674d345295de3e1301ea16586880484.tar.gz
libzahl-ea5c6307c674d345295de3e1301ea16586880484.tar.bz2
libzahl-ea5c6307c674d345295de3e1301ea16586880484.tar.xz
Change UNSAFE to ZAHL_UNSAFE, so it can be used in zahl-inlines.h
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index ffd9066..1b18b42 100644
--- a/test.c
+++ b/test.c
@@ -787,7 +787,7 @@ main(void)
assert((zseti(a, 11), zptest(0, a, 100)), != NONPRIME);
assert((zseti(a, 101), zptest(0, a, 100)), != NONPRIME);
-#if defined(UNSAFE)
+#if defined(ZAHL_UNSAFE)
(void) env2;
#else
assert_nr(zdivmod(a, b, _0, _0));