* parse.y (void_expr0): node might become NULL after calling remove_begin().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f7b5d33620
commit
534c5a2910
@ -1,3 +1,8 @@
|
||||
Sun Apr 20 03:09:30 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* parse.y (void_expr0): node might become NULL after calling
|
||||
remove_begin().
|
||||
|
||||
Sat Apr 19 21:55:10 2003 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/Setup*: Add zlib and remove bogus and obsolete entries.
|
||||
|
@ -518,7 +518,7 @@ def dir_config(target, idefault=nil, ldefault=nil)
|
||||
end
|
||||
|
||||
if ldir
|
||||
$LIBPATH.unshift(ldir) unless $LIBPATH.include?(ldir)
|
||||
$LIBPATH.concat [ldir] unless $LIBPATH.include?(ldir)
|
||||
end
|
||||
|
||||
[idir, ldir]
|
||||
|
Loading…
x
Reference in New Issue
Block a user