From 3eefc05b258e729da432ea87b7c65631466794b9 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sun, 22 Dec 1991 03:58:48 +0000 Subject: [PATCH] Added NO-OP definition of %CLEANUP-POINT. --- compiler/eval-comp.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/eval-comp.lisp b/compiler/eval-comp.lisp index 5babb5727..8b99d6621 100644 --- a/compiler/eval-comp.lisp +++ b/compiler/eval-comp.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/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 @@ (defun %progv (vars vals fun) (progv vars vals (funcall fun))) + +(defun %cleanup-point ()) -- GitLab