Skip to content

Commit

Permalink
fix coderange.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Nov 26, 2007
1 parent 0dc9be6 commit 2ed2078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ed2078

Please sign in to comment.