mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/tcltklib.c: rb_hash_lookup has not been backported yet.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a51d3fd03b
commit
b9bdeb035c
4 changed files with 13 additions and 3 deletions
|
@ -189,6 +189,10 @@ static Tcl_ObjType *Tcl_ObjType_String;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_RB_HASH_LOOKUP
|
||||
#define rb_hash_lookup rb_hash_aref
|
||||
#endif
|
||||
|
||||
/* safe Tcl_Eval and Tcl_GlobalEval */
|
||||
static int
|
||||
#ifdef RUBY_VM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue