summaryrefslogtreecommitdiff
path: root/trunk/ext/bigdecimal/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ext/bigdecimal/extconf.rb')
-rw-r--r--trunk/ext/bigdecimal/extconf.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/trunk/ext/bigdecimal/extconf.rb b/trunk/ext/bigdecimal/extconf.rb
deleted file mode 100644
index 0c8b98e4a3..0000000000
--- a/trunk/ext/bigdecimal/extconf.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-require 'mkmf'
-
-base_fig = 0
-src = "(BASE * (BASE+1)) / BASE == (BASE+1)"
-while try_static_assert(src, nil, "-DBASE=10#{'0'*base_fig}UL")
- base_fig += 1
-end
-$defs << "-DBASE=1#{'0'*base_fig}UL" << "-DBASE_FIG=#{base_fig}"
-
-create_makefile('bigdecimal')