aboutsummaryrefslogtreecommitdiffstats
path: root/src/internals.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-03 23:28:05 +0100
committerMattias Andrée <maandree@kth.se>2016-03-03 23:28:05 +0100
commit3e4e851bfa30869e48cee9e15edc6723bee684f5 (patch)
tree9aed4e3a95dc5ac9075a5e41a0cf3b7836741f4c /src/internals.h
parentCleanup and fix bug in ztrunc (diff)
downloadlibzahl-3e4e851bfa30869e48cee9e15edc6723bee684f5.tar.gz
libzahl-3e4e851bfa30869e48cee9e15edc6723bee684f5.tar.bz2
libzahl-3e4e851bfa30869e48cee9e15edc6723bee684f5.tar.xz
Add zrand
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/internals.h')
-rw-r--r--src/internals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/internals.h b/src/internals.h
index 6d05bc2..ba9bd44 100644
--- a/src/internals.h
+++ b/src/internals.h
@@ -33,7 +33,8 @@
#define LIST_CONSTS\
X(libzahl_const_1e19, zsetu, 10000000000000000000ULL) /* The largest power of 10 < 2⁶⁴. */\
- X(libzahl_const_1e9, zsetu, 1000000000ULL) /* The largest power of 10 < 2³². */
+ X(libzahl_const_1e9, zsetu, 1000000000ULL) /* The largest power of 10 < 2³². */\
+ X(libzahl_const_1, zsetu, 1)
#define X(x) extern z_t x;
LIST_TEMPS