mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* internal.h (rb_big_mul_normal): Declared.
(rb_big_mul_balance): Ditto. (rb_big_mul_karatsuba): Ditto. * bignum.c (rb_big_mul_normal): New function for tests. (rb_big_mul_balance): Ditto. (rb_big_mul_karatsuba): Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d7c2f3f8a4
commit
29634bca31
6 changed files with 145 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
$(OBJS): $(HDRS) $(ruby_headers)
|
||||
|
||||
pack.o: pack.c $(top_srcdir)/internal.h
|
||||
mul.o: mul.c $(top_srcdir)/internal.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue