bigint.h: use int64_t as mp_limb if MRB_INT64 is set.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-04-11 11:03:08 +09:00
parent bafca84c54
commit 30f6669d09
+1 -1
View File
@@ -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)