summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-16 08:15:05 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-16 08:15:05 +0900
commitca524bcd494e2f284c3211cad8e8dde70e8aa86a (patch)
tree0b64cd0673bacdb2209c7b5e8e97244e7f3f38f9 /internal.h
parent34019a22eb41206e3d5d1ac29b3874275aa7f71c (diff)
Expanded f_numerator
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 bd82231d37..2f0a5afe80 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_numerator(VALUE x);
VALUE rb_float_denominator(VALUE x);
/* re.c */