summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorS-H-GAMELINKS <[email protected]>2021-09-03 20:50:12 +0900
committerNobuyoshi Nakada <[email protected]>2021-09-11 09:13:24 +0900
commit032534dbdf08c0912dffa482e29a491b8aa9276c ()
tree0ef482a3c7d764610ae9e3a0c737fa3133032de7 /internal.h
parent56065f0686e6798fff2ee7319f0f03026f427c13 (diff)
Using RB_BIGNUM_TYPE_P macro
Notes: Merged: https://.com/ruby/ruby/pull/4805
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
@@ -104,5 +104,6 @@ RUBY_SYMBOL_EXPORT_END
#define bp() ruby_debug_breakpoint()
#define RBOOL(v) ((v) ? Qtrue : Qfalse)
#endif /* RUBY_INTERNAL_H */