bigint.h: simplified the condition.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-04-11 19:02:09 +09:00
parent ff2b21ddf3
commit 0e975c1571
+1 -1
View File
@@ -31,7 +31,7 @@
#include <sys/types.h>
#if !(defined(MRB_64BIT) || defined(MRB_INT64))
#if defined(MRB_32BIT) && defined(MRB_INT32)
/*
* The values below are for 32 bit machines (i.e. machines with a
* 32 bit long type)