These errors don't exist anymore

db4
Slava Pestov 2008-12-05 09:04:02 -06:00
parent 5e0653ce6b
commit 0f8735554b
1 changed files with 0 additions and 6 deletions

View File

@ -72,12 +72,6 @@ M: string error. print ;
: try ( quot -- )
[ print-error-and-restarts ] recover ;
M: relative-underflow summary
drop "Too many items removed from data stack" ;
M: relative-overflow summary
drop "Superfluous items pushed to data stack" ;
: expired-error. ( obj -- )
"Object did not survive image save/load: " write third . ;