From 97458e2836a0378340b24610f697c6b96dd72f64 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 26 Nov 2007 02:49:44 +0000 Subject: fix coderange. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gdbinit b/.gdbinit index 5f6732445..f91ef63d0 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