mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8729368f14
* ext/math/complex.c: followed the above change. * rational.c (nurat_canonicalization): renamed. * ext/math/rational.c: followed the above change. * configure.in: defines a new macro. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
7 lines
103 B
C
7 lines
103 B
C
extern void nucomp_canonicalization(int);
|
|
|
|
void
|
|
Init_complex(void)
|
|
{
|
|
nucomp_canonicalization(1);
|
|
}
|