diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-17 16:08:08 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-17 16:08:08 +0000 |
commit | d16c035975f45d67a09a84d3d7e574fb80aa0a55 (patch) | |
tree | c2a330f2738ea2ce499b13bb1fd7028e65b86e59 /env.h | |
parent | 110a9f783d1ae87a059fdb20f711ef5b9b8e49cc (diff) | |
download | bundler-d16c035975f45d67a09a84d3d7e574fb80aa0a55.tar.gz |
* variable.c (rb_const_get_0): skip ruby_wrapper in const search
to give it lower priority (just above Object). need not to
change rb_const_defined_0() since it's only a precedence matter;
they are defined anyway.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'env.h')
-rw-r--r-- | env.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -85,4 +85,6 @@ struct BLOCK { #define BLOCK_LAMBDA 2 #define BLOCK_FROM_METHOD 4 +RUBY_EXTERN VALUE ruby_wrapper; + #endif /* ENV_H */ |