diff options
Diffstat (limited to 'ext/mathn')
| -rw-r--r-- | ext/mathn/complex/complex.c | 7 | ||||
| -rw-r--r-- | ext/mathn/complex/extconf.rb | 3 | ||||
| -rw-r--r-- | ext/mathn/rational/extconf.rb | 3 | ||||
| -rw-r--r-- | ext/mathn/rational/rational.c | 7 |
4 files changed, 0 insertions, 20 deletions
diff --git a/ext/mathn/complex/complex.c b/ext/mathn/complex/complex.c deleted file mode 100644 index dce494959f..0000000000 --- a/ext/mathn/complex/complex.c +++ /dev/null @@ -1,7 +0,0 @@ -extern void nucomp_canonicalization(int); - -void -Init_complex(void) -{ - nucomp_canonicalization(1); -} diff --git a/ext/mathn/complex/extconf.rb b/ext/mathn/complex/extconf.rb deleted file mode 100644 index d4d14ffcb8..0000000000 --- a/ext/mathn/complex/extconf.rb +++ /dev/null @@ -1,3 +0,0 @@ -require "mkmf" - -create_makefile "mathn/complex" diff --git a/ext/mathn/rational/extconf.rb b/ext/mathn/rational/extconf.rb deleted file mode 100644 index ba76306b7b..0000000000 --- a/ext/mathn/rational/extconf.rb +++ /dev/null @@ -1,3 +0,0 @@ -require "mkmf" - -create_makefile "mathn/rational" diff --git a/ext/mathn/rational/rational.c b/ext/mathn/rational/rational.c deleted file mode 100644 index 2ac5999946..0000000000 --- a/ext/mathn/rational/rational.c +++ /dev/null @@ -1,7 +0,0 @@ -extern void nurat_canonicalization(int); - -void -Init_rational(void) -{ - nurat_canonicalization(1); -} |
