From 452f17c859ffc8a537c9d46e3817a7c64b55bd68 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Thu, 11 Mar 2010 11:22:43 -0800 Subject: [PATCH] update effect syntax error names in debugger --- basis/debugger/debugger.factor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/basis/debugger/debugger.factor b/basis/debugger/debugger.factor index 69156208b8..a48cc89225 100644 --- a/basis/debugger/debugger.factor +++ b/basis/debugger/debugger.factor @@ -328,10 +328,10 @@ M: lexer-error error-help M: bad-effect summary drop "Bad stack effect declaration" ; -M: invalid-effect-variable summary - drop "Stack effect variables can only occur as the first input or output" ; -M: effect-variable-can't-have-type summary - drop "Stack effect variables cannot have a declared type" ; +M: invalid-row-variable summary + drop "Stack effect row variables can only occur as the first input or output" ; +M: row-variable-can't-have-type summary + drop "Stack effect row variables cannot have a declared type" ; M: bad-escape error. "Bad escape code: \\" write