зеркало из https://github.com/github/ruby.git
* ext/dl/mkcallback.rb: fix continuation line detection.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
375dbe3c73
Коммит
86e45042cb
|
@ -1,3 +1,7 @@
|
|||
Sat Aug 30 14:47:30 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/dl/mkcallback.rb: fix continuation line detection.
|
||||
|
||||
Sat Aug 30 14:39:51 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem which
|
||||
|
|
|
@ -6,7 +6,7 @@ File.open($dl_h){|f|
|
|||
pre = ""
|
||||
f.each{|line|
|
||||
line.chop!
|
||||
if( line[-1] == ?\ )
|
||||
if( line[-1] == ?\\ )
|
||||
line.chop!
|
||||
line.concat(" ")
|
||||
pre += line
|
||||
|
|
Загрузка…
Ссылка в новой задаче