X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=lib%2Fruby-1.9.1-rc1%2Fext%2Fmathn%2Fcomplex%2Fmathn_complex.c;fp=lib%2Fruby-1.9.1-rc1%2Fext%2Fmathn%2Fcomplex%2Fmathn_complex.c;h=dce494959fb6572ef3809ec58751626601d55e3f;hb=4ab41a64f85f4fbeaa818c8519f7f4d401565497;hp=0000000000000000000000000000000000000000;hpb=58075c6b21b7e613514929f5fb85560acde9fff7;p=splhack%2FAndroidRuby.git diff --git a/lib/ruby-1.9.1-rc1/ext/mathn/complex/mathn_complex.c b/lib/ruby-1.9.1-rc1/ext/mathn/complex/mathn_complex.c new file mode 100644 index 0000000..dce4949 --- /dev/null +++ b/lib/ruby-1.9.1-rc1/ext/mathn/complex/mathn_complex.c @@ -0,0 +1,7 @@ +extern void nucomp_canonicalization(int); + +void +Init_complex(void) +{ + nucomp_canonicalization(1); +}