summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_fiber.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-28 12:56:10 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-28 12:56:10 +0000
commita67c6eee7819a21fa6baeffecd6915525ebc35ca (patch)
treefa3d58907bb426a26b55717057743627cd7207c3 /test/ruby/test_fiber.rb
parent15e9a765de7fea99d55b57aff6d2046ddfe4baad (diff)
downloadruby-a67c6eee7819a21fa6baeffecd6915525ebc35ca.tar.gz
ruby-a67c6eee7819a21fa6baeffecd6915525ebc35ca.tar.xz
ruby-a67c6eee7819a21fa6baeffecd6915525ebc35ca.zip
* vm_eval.c (rb_iterate): use volatile to suppress warnings.
* eval.c (ruby_cleanup): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_fiber.rb')
0 files changed, 0 insertions, 0 deletions
ing def restore_context_default(filepath): return # Restore security context for a path # If the platform has security features where context is important, implement your own # version in platform services restore_context = restore_context_default # Default implementation of backup and replace hostname that does nothing def backup_and_replace_hostname_default(fstore, statestore, hostname): return # Backup and replace system's hostname # Since many platforms have their own way how to store system's hostname, this method must be # implemented in platform services backup_and_replace_hostname = backup_and_replace_hostname_default from ipapython.platform.SUPPORTED_PLATFORM import *