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

Initial revision

parent b1ca967e
No related branches found
No related tags found
No related merge requests found
;;; -*- Mode: Lisp; Package: LISP; Log: code.log -*-
;;;
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gengc.lisp,v 1.1 1993/05/20 13:45:42 wlott Exp $")
;;;
;;; **********************************************************************
;;;
;;; Lisp level interface to the Generational Garbage Collector.
;;;
;;; Written by William Lott.
;;;
(in-package "LISP")
(defun do-before-gc-stuff ()
nil)
(defun do-after-gc-stuff ()
nil)
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