From a5386fd6e8f37417c7c7e8f7cb6f8f016edd57b7 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 8 Jan 1991 18:06:44 +0000 Subject: [PATCH] Fixed the defknown for make-structure to only have one arg. --- compiler/generic/vm-fndb.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp index f8fe9d558..32e69eb3d 100644 --- a/compiler/generic/vm-fndb.lisp +++ b/compiler/generic/vm-fndb.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.32 1990/12/18 20:44:00 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.33 1991/01/08 18:06:44 wlott Exp $ ;;; ;;; This file defines the machine specific function signatures. ;;; @@ -97,7 +97,7 @@ (unsafe)) -(defknown make-structure (structure-index t) structure +(defknown make-structure (structure-index) structure (unsafe)) (defknown structure-type (structure) t (foldable flushable)) -- GitLab