aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/symbol/extconf.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-02 01:34:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-02 01:34:44 +0000
commit38fd0dc668dac293f4eb514aef76ee043181544c (patch)
tree6332049b0c5a17c29c52c4ff5a53120b8e82501e /ext/-test-/symbol/extconf.rb
parenta80b30041671d2b97c205e50c29fb25f35a292f0 (diff)
downloadruby-38fd0dc668dac293f4eb514aef76ee043181544c.tar.gz
symbol/type.c: bug_pindown
* ext/-test-/symbol/type.c (bug_pindown): method for debug, which pins down the given symbol. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/-test-/symbol/extconf.rb')
-rw-r--r--ext/-test-/symbol/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/-test-/symbol/extconf.rb b/ext/-test-/symbol/extconf.rb
index 0b7c3876fa..fc00ec9abf 100644
--- a/ext/-test-/symbol/extconf.rb
+++ b/ext/-test-/symbol/extconf.rb
@@ -3,4 +3,5 @@ inits = $srcs.map {|s| File.basename(s, ".*")}
inits.delete("init")
inits.map! {|s|"X(#{s})"}
$defs << "-DTEST_INIT_FUNCS(X)=\"#{inits.join(' ')}\""
+have_func("rb_pin_dynamic_symbol")
create_makefile("-test-/symbol")