diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp index 353988af848874ed021b002073651ceaa427e2c9..0aade82373ba486deafa58176e4b3ebcad5e1cd8 100644 --- a/compiler/fndb.lisp +++ b/compiler/fndb.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.39 1991/12/22 03:38:40 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.40 1992/02/07 12:37:27 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -72,6 +72,11 @@ (defknown type-of (t) t (foldable flushable)) +;;; Can be affected by type definitions... +(defknown (upgraded-complex-part-type upgraded-array-element-type) + (type-specifier) type-specifier + (flushable)) + ;;;; In the "Predicates" chapter: