* compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingw
on Windows 8. Without cast, 0 might be non zero value at higher bits in rb_ary_new3(). [ruby-core:50258] [Bug #7456] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1b6c1cb61e
commit
7c407e2a33
@ -1,3 +1,10 @@
|
||||
Sat Dec 1 07:16:17 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
|
||||
|
||||
* compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingw
|
||||
on Windows 8. Without cast, 0 might be non zero value at higher bits
|
||||
in rb_ary_new3().
|
||||
[ruby-core:50258] [Bug #7456]
|
||||
|
||||
Sat Dec 1 04:07:57 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* parse.y (parser.utf8): remove unused property.
|
||||
|
Loading…
x
Reference in New Issue
Block a user