Skip to content
Snippets Groups Projects
Commit a1e99d2f authored by ram's avatar ram
Browse files

Added %CLEANUP-POINT.

parent e31fb490
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -1051,6 +1051,7 @@
(defknown %typep (t (or type-specifier ctype)) boolean (defknown %typep (t (or type-specifier ctype)) boolean
(movable flushable explicit-check)) (movable flushable explicit-check))
(defknown %cleanup-point () void)
(defknown %special-bind (t t) void) (defknown %special-bind (t t) void)
(defknown %special-unbind (t) void) (defknown %special-unbind (t) void)
(defknown %listify-rest-args (t t) list (flushable)) (defknown %listify-rest-args (t t) list (flushable))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment