From 8fd50d397d75adbc9faf161ff6d822dd51b52236 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 19 Dec 1990 02:34:22 +0000 Subject: [PATCH] typo --- code/load.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/load.lisp b/code/load.lisp index 64448c47e..1968fa173 100644 --- a/code/load.lisp +++ b/code/load.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.21 1990/12/18 20:40:33 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.22 1990/12/19 02:34:22 wlott Exp $ ;;; ;;; Loader for Spice Lisp. ;;; Written by Skef Wholey and Rob MacLachlan. @@ -475,7 +475,7 @@ (clone-fop (fop-struct 48) (fop-small-struct 49) (let* ((size (clone-arg)) - (res (c:make-structure size)))) + (res (c:make-structure size))) (declare (type index size)) (do ((n (1- size) (1- n))) ((minusp n)) -- GitLab