From 2ed20789094a372076ca59539d18bd2fd3062f60 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 26 Nov 2007 02:49:44 +0000 Subject: fix coderange. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gdbinit') diff --git a/.gdbinit b/.gdbinit index 5f67324456..f91ef63d06 100644 --- a/.gdbinit +++ b/.gdbinit @@ -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 -- cgit v1.2.3