mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 02:53:57 +02:00

* complex.c: continues to support canonicalization *unofficially* 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/branches/ruby_1_9_1@20030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
7 lines
95 B
C
7 lines
95 B
C
extern void nucomp_canonicalize(int);
|
|
|
|
void
|
|
Init_complex(void)
|
|
{
|
|
nucomp_canonicalize(1);
|
|
}
|