Skip to content

Commit

Permalink
* internal.h: rb_rational_reciprocal is defined in rational.c.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
tadf committed Jul 9, 2011
1 parent bc11aa7 commit aef7007
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sat Jul 9 20:01:59 2011 Tadayoshi Funaba <tadf@dotrb.org>

* internal.h: rb_rational_reciprocal is defined in rational.c.

Sat Jul 9 19:48:31 2011 Tadayoshi Funaba <tadf@dotrb.org>

* internal.h: added declarations.
Expand Down
2 changes: 1 addition & 1 deletion internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ VALUE rb_math_sqrt(VALUE);
void Init_newline(void);

/* numeric.c */
VALUE rb_rational_reciprocal(VALUE x);
int rb_num_to_uint(VALUE val, unsigned int *ret);
int ruby_float_step(VALUE from, VALUE to, VALUE step, int excl);

Expand All @@ -140,6 +139,7 @@ VALUE rb_proc_location(VALUE self);

/* rational.c */
VALUE rb_lcm(VALUE x, VALUE y);
VALUE rb_rational_reciprocal(VALUE x);

/* re.c */
VALUE rb_reg_compile(VALUE str, int options, const char *sourcefile, int sourceline);
Expand Down

0 comments on commit aef7007

Please sign in to comment.