summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-16 07:58:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-16 07:59:30 +0900
commit34019a22eb41206e3d5d1ac29b3874275aa7f71c (patch)
treecb1dbc36e1904f0a5a5d526c234f5483af925214 /internal.h
parent325d546d627f3cfb50c0371775f671cd88521c49 (diff)
Expanded f_denominator
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index fb184e290c..bd82231d37 100644
--- a/internal.h
+++ b/internal.h
@@ -2029,6 +2029,7 @@ VALUE rb_rational_abs(VALUE self);
VALUE rb_rational_cmp(VALUE self, VALUE other);
VALUE rb_rational_pow(VALUE self, VALUE other);
VALUE rb_numeric_quo(VALUE x, VALUE y);
+VALUE rb_float_denominator(VALUE x);
/* re.c */
VALUE rb_reg_compile(VALUE str, int options, const char *sourcefile, int sourceline);