X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Finterr.lisp;h=7a48c43b3416613b48b5c3cb006458cf36345f7f;hb=5d04a95274c9ddaebbcd6ddffc5d646e2c25598c;hp=3f2a45d9129065cee22f20acff200d1b6c6d091b;hpb=0bb093a109ec94a021e413bd0ae6ae7fdf54d774;p=sbcl.git diff --git a/src/code/interr.lisp b/src/code/interr.lisp index 3f2a45d..7a48c43 100644 --- a/src/code/interr.lisp +++ b/src/code/interr.lisp @@ -474,9 +474,10 @@ (error 'control-stack-exhausted)))) ;;; KLUDGE: we keep a single HEAP-EXHAUSTED-ERROR object around, so -;;; that we don't need to allocate it when running out of memory. Similarly -;;; we pass the amounts in special variables as there may be multiple threads -;;; running into trouble at the same time. The condition is created by GC-REINIT. +;;; that we don't need to allocate it when running out of +;;; memory. Similarly we pass the amounts in special variables as +;;; there may be multiple threads running into trouble at the same +;;; time. The condition is created by GC-REINIT. (defvar *heap-exhausted-error-condition*) (defvar *heap-exhausted-error-available-bytes*) (defvar *heap-exhausted-error-requested-bytes*)