Ticket #37740: patch-ruby-1.8.diff
File patch-ruby-1.8.diff, 392 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
./Source/JavaScriptCore/offlineasm/offsets.rb
old new 109 109 File.open(file, "r") { 110 110 | inp | 111 111 loop { 112 byte = inp.get byte112 byte = inp.getc 113 113 break unless byte 114 114 fileBytes << byte 115 115 }