mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2b72e549a7
for an odd library mathn for the time being (only 1.9.x). since grand mathn is must be very very special library for us. * rational.c: ditto. * ext/mathn/*/*: follow the above changes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
7 lines
94 B
C
7 lines
94 B
C
extern void nurat_canonicalize(int);
|
|
|
|
void
|
|
Init_rational(void)
|
|
{
|
|
nurat_canonicalize(1);
|
|
}
|