diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-12-27 13:04:30 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-12-27 13:04:30 +0000 |
commit | 2f6d8bdc94926a625f769f72b890ed78553c928f (patch) | |
tree | 1fa4e037a9a8ed2601142ef2150e5c613ada59ca /ext/-test-/st/update/extconf.rb | |
parent | 7f649d10ed8055214e0062800b2d117453b2304f (diff) |
* st.c (st_update): new function to lookup the given key and
update the value. [ruby-dev:44998]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/-test-/st/update/extconf.rb')
-rw-r--r-- | ext/-test-/st/update/extconf.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/-test-/st/update/extconf.rb b/ext/-test-/st/update/extconf.rb new file mode 100644 index 0000000000..96dbae43ab --- /dev/null +++ b/ext/-test-/st/update/extconf.rb @@ -0,0 +1 @@ +create_makefile("-test-/st/update") |