mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
bigint.h: simplified the condition.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user