From a1e99d2f04f96ea64165e1d4b28f569367c7b5e7 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 19 Dec 1991 22:11:13 +0000 Subject: [PATCH] Added %CLEANUP-POINT. --- compiler/fndb.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp index 8f26ba178..c18f0dea5 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.35 1991/12/16 10:08:23 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.36 1991/12/19 22:11:13 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1051,6 +1051,7 @@ (defknown %typep (t (or type-specifier ctype)) boolean (movable flushable explicit-check)) +(defknown %cleanup-point () void) (defknown %special-bind (t t) void) (defknown %special-unbind (t) void) (defknown %listify-rest-args (t t) list (flushable)) -- GitLab