aboutsummaryrefslogtreecommitdiffstats
path: root/ext/bigfloat/extconf.rb
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-17 15:00:23 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-17 15:00:23 +0000
commit59c8d11b83d689a9228e0f111cfdbceaaf0515d2 (patch)
treea3721443c147130fd0bcc71769e6c9821421f5ec /ext/bigfloat/extconf.rb
parent23288f8674dda92d106816c8379fad839909ea75 (diff)
downloadruby-59c8d11b83d689a9228e0f111cfdbceaaf0515d2.tar.gz
* ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat in
favor of its forthcoming successor, BigDecimal. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/bigfloat/extconf.rb')
-rw-r--r--ext/bigfloat/extconf.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bigfloat/extconf.rb b/ext/bigfloat/extconf.rb
deleted file mode 100644
index 883aebdd1b..0000000000
--- a/ext/bigfloat/extconf.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-require 'mkmf'
-create_makefile('bigfloat')