stack-checker.errors.prettyprint: refer to unbalanced-branches quotation in singular when there's only one

db4
Joe Groff 2010-06-18 15:36:03 -07:00
parent c186b54449
commit bcf6d83a8f
1 changed files with 4 additions and 2 deletions

View File

@ -55,8 +55,10 @@ M: do-not-compile summary
word>> name>> "Cannot compile call to “" "”" surround ;
M: unbalanced-branches-error summary
word>> name>>
"The input quotations to “" "” don't match their expected effects" surround ;
[ word>> name>> ] [ quots>> length 1 = ] bi
[ "The input quotation to “" "” doesn't match its expected effect" ]
[ "The input quotations to “" "” don't match their expected effects" ] if
surround ;
M: unbalanced-branches-error error.
dup summary print