mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
bigint.h: use int64_t as mp_limb if MRB_INT64 is set.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef MRB_32BIT
|
||||
#if !(defined(MRB_64BIT) || defined(MRB_INT64))
|
||||
/*
|
||||
* The values below are for 32 bit machines (i.e. machines with a
|
||||
* 32 bit long type)
|
||||
|
||||
Reference in New Issue
Block a user