diff options
Diffstat (limited to 'arith.c')
-rw-r--r-- | arith.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ static val make_ubignum(void) { val n = make_obj(); n->bn.type = BGNUM; + mp_init_minimal(&n->bn.mp); return n; } |