Change message of ext:storage-exhausted

This commit is contained in:
Juan Jose Garcia Ripoll 2009-05-19 23:54:13 +02:00
parent cd04aa7d21
commit d47f073596

View file

@ -557,7 +557,8 @@ or return to an outer frame, undoing all the function calls so far."
(define-condition ext:storage-exhausted (storage-condition) ()
(:REPORT
(lambda (condition stream)
(format stream "Memory limit reached. Please jump to an outer point or quit program."))))
(format stream "Memory limit reached. Please jump to an outer pointer, quit program and enlarge the
memory limits before executing the program again."))))
(define-condition type-error (error)
((datum :INITARG :DATUM :READER type-error-datum)