summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2021-09-03 20:50:12 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-11 09:13:24 +0900
commit032534dbdf08c0912dffa482e29a491b8aa9276c (patch)
tree0ef482a3c7d764610ae9e3a0c737fa3133032de7 /math.c
parent56065f0686e6798fff2ee7319f0f03026f427c13 (diff)
downloadruby-032534dbdf08c0912dffa482e29a491b8aa9276c.tar.gz
Using RB_BIGNUM_TYPE_P macro
Diffstat (limited to 'math.c')
-rw-r--r--math.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/math.c b/math.c
index 429826763d..dd45caf6b7 100644
--- a/math.c
+++ b/math.c
@@ -26,8 +26,6 @@
#include "internal/object.h"
#include "internal/vm.h"
-#define RB_BIGNUM_TYPE_P(x) RB_TYPE_P((x), T_BIGNUM)
-
VALUE rb_mMath;
VALUE rb_eMathDomainError;