diff options
author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-14 00:29:25 +0000 |
---|---|---|
committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-14 00:29:25 +0000 |
commit | bd3923d599e69ead867029c2e83c9e8043e13524 (patch) | |
tree | 4d51a1c4196b227103e0594844fcc5ec6d17e843 /ext/tk/lib/multi-tk.rb | |
parent | 279b40ac6655d4112760375067150295d37e5c24 (diff) |
* ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.
So, disable the feature and waiting for improvement in the future.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/multi-tk.rb')
-rw-r--r-- | ext/tk/lib/multi-tk.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/tk/lib/multi-tk.rb b/ext/tk/lib/multi-tk.rb index c10c349d05..c491d0c7ba 100644 --- a/ext/tk/lib/multi-tk.rb +++ b/ext/tk/lib/multi-tk.rb @@ -2182,7 +2182,8 @@ class MultiTkIp end private :eval_proc_core -if WITH_RUBY_VM ### Ruby 1.9 +if false && WITH_RUBY_VM ### Ruby 1.9 + # Not stable, so disable this feature def eval_callback(*args) if block_given? cmd = Proc.new |