X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fglobaldb.lisp;h=3e6476ddba14734ea1cae0bc9862847038352847;hb=8052fcbcea638b80a7e7dc32533d38304e1b52a0;hp=b72a6727f62163463bf8bf7829bfab067238eab7;hpb=8dbc4249380e18a193f4e79306bd958cd88ad9aa;p=sbcl.git diff --git a/src/compiler/globaldb.lisp b/src/compiler/globaldb.lisp index b72a672..3e6476d 100644 --- a/src/compiler/globaldb.lisp +++ b/src/compiler/globaldb.lisp @@ -198,13 +198,13 @@ #+sb-xc (/nohexstr class) (prog1 (flet ((lookup (class) - (or (gethash class *info-classes*) - (error "~S is not a defined info class." class)))) - (if (symbolp class) - (or (get class 'class-info-or-lose-cache) - (setf (get class 'class-info-or-lose-cache) - (lookup class))) - (lookup class))) + (or (gethash class *info-classes*) + (error "~S is not a defined info class." class)))) + (if (symbolp class) + (or (get class 'class-info-or-lose-cache) + (setf (get class 'class-info-or-lose-cache) + (lookup class))) + (lookup class))) #+sb-xc (/noshow0 "returning from CLASS-INFO-OR-LOSE"))) (declaim (ftype (function (keyword keyword) type-info) type-info-or-lose)) (defun type-info-or-lose (class type)