update effect syntax error names in debugger

db4
Joe Groff 2010-03-11 11:22:43 -08:00
parent 5bccc96498
commit 452f17c859
1 changed files with 4 additions and 4 deletions

View File

@ -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