ruby/ext/mathn/complex/complex.c
yugui 57dbec8d8a merged r20001 and r20002 from trunk into ruby_1_9_1.
* 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
2008-10-29 16:06:09 +00:00

7 lines
95 B
C

extern void nucomp_canonicalize(int);
void
Init_complex(void)
{
nucomp_canonicalize(1);
}