From 3e4e851bfa30869e48cee9e15edc6723bee684f5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 3 Mar 2016 23:28:05 +0100 Subject: Add zrand MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/internals.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/internals.h') 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 -- cgit v1.2.3-70-g09d2