1
0
Fork 0
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:
nobu 2008-03-29 22:00:34 +00:00
parent a51d3fd03b
commit b9bdeb035c
4 changed files with 13 additions and 3 deletions

View file

@ -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