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

Added NO-OP definition of %CLEANUP-POINT.

parent ed4a87e1
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/eval-comp.lisp,v 1.19 1991/11/13 07:54:05 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval-comp.lisp,v 1.20 1991/12/22 03:58:48 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -301,3 +301,5 @@ ...@@ -301,3 +301,5 @@
(defun %progv (vars vals fun) (defun %progv (vars vals fun)
(progv vars vals (progv vars vals
(funcall fun))) (funcall fun)))
(defun %cleanup-point ())
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