From f8ff51530ee71772a99295d70c43abbab4d9866c Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 29 Aug 1993 04:21:44 +0000 Subject: [PATCH] Added stub defn of gc-init. --- code/gengc.lisp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/gengc.lisp b/code/gengc.lisp index 8d01e797b..631344689 100644 --- a/code/gengc.lisp +++ b/code/gengc.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gengc.lisp,v 1.3 1993/06/18 06:14:36 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gengc.lisp,v 1.4 1993/08/29 04:21:44 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -124,3 +124,8 @@ (defun purify (&key root-structures constants) (declare (ignore root-structures constants)) (gc)) + + +(defun gc-init () + ;; Nothing to do. + (undefined-value)) -- GitLab