Skip to content
Snippets Groups Projects
Commit f8ff5153 authored by wlott's avatar wlott
Browse files

Added stub defn of gc-init.

parent c4fbbace
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/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 @@ ...@@ -124,3 +124,8 @@
(defun purify (&key root-structures constants) (defun purify (&key root-structures constants)
(declare (ignore root-structures constants)) (declare (ignore root-structures constants))
(gc)) (gc))
(defun gc-init ()
;; Nothing to do.
(undefined-value))
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