mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2000-05-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
24b9bdca25
commit
8b1de0b1ad
49 changed files with 610 additions and 613 deletions
2
dln.c
2
dln.c
|
@ -881,7 +881,7 @@ search_undef(key, value, lib_tbl)
|
|||
int value;
|
||||
st_table *lib_tbl;
|
||||
{
|
||||
int offset;
|
||||
long offset;
|
||||
|
||||
if (st_lookup(lib_tbl, key, &offset) == 0) return ST_CONTINUE;
|
||||
target_offset = offset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue