summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/mathn/complex/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ruby/ext/mathn/complex/complex.c')
-rw-r--r--jni/ruby/ext/mathn/complex/complex.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/jni/ruby/ext/mathn/complex/complex.c b/jni/ruby/ext/mathn/complex/complex.c
new file mode 100644
index 0000000..dce4949
--- /dev/null
+++ b/jni/ruby/ext/mathn/complex/complex.c
@@ -0,0 +1,7 @@
+extern void nucomp_canonicalization(int);
+
+void
+Init_complex(void)
+{
+ nucomp_canonicalization(1);
+}