1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix coderange.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-11-26 02:49:44 +00:00
parent 0dc9be63a5
commit 2ed2078909

View file

@ -64,7 +64,7 @@ define rp
printf "coderange:single "
else
if ($flags & (RUBY_FL_USER12|RUBY_FL_USER13)) == RUBY_FL_USER13
printf "coderange:single "
printf "coderange:multi "
else
printf "coderange:broken "
end