Fix usability issue found by prunedtree

db4
Slava Pestov 2008-09-27 13:47:31 -05:00
parent 876e3d0e04
commit 016a1ed817
1 changed files with 5 additions and 1 deletions

View File

@ -123,7 +123,11 @@ PRIVATE>
: callstack. ( callstack -- )
callstack>array 2 <groups> [
remove-breakpoints
3 nesting-limit [ . ] with-variable
[
3 nesting-limit set
100 length-limit set
.
] with-scope
] assoc-each ;
: .c ( -- ) callstack callstack. ;