X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Frun-program.lisp;h=8ae7caa4bbb2ce679ce59766b4eb8096534fb1de;hb=2c6b90e36a7c0377cd79625eb6c94d580f98cb93;hp=c30fffd32b45b868831986e9b166ed723e3aa7ff;hpb=f0338f6fa732b21daa4405e19465bd460e0526d9;p=sbcl.git diff --git a/src/code/run-program.lisp b/src/code/run-program.lisp index c30fffd..8ae7caa 100644 --- a/src/code/run-program.lisp +++ b/src/code/run-program.lisp @@ -391,7 +391,7 @@ (vec-bytes (* #-alpha 4 #+alpha 8 (+ (length string-list) 2)))) (declare (fixnum string-bytes vec-bytes)) (dolist (s string-list) - (check-type s simple-string) + (enforce-type s simple-string) (incf string-bytes (round-bytes-to-words (1+ (length s))))) ;; Now allocate the memory and fill it in. (let* ((total-bytes (+ string-bytes vec-bytes))