diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp index f8fe9d558b51823115aa993cbbb7f0207332aa1f..32e69eb3dbc4fce0f6b215bcfdd0bcd0926e8343 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))