From c4927cc2556f37a1b5c6c851088da2d700de4155 Mon Sep 17 00:00:00 2001 From: bdc Date: Sat, 24 Aug 1996 02:02:24 +0000 Subject: [PATCH] an attempt to export new things from the vm without modifiying it; scrapped --- scsh/static-heap.scm | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 scsh/static-heap.scm diff --git a/scsh/static-heap.scm b/scsh/static-heap.scm deleted file mode 100644 index da1ba0d..0000000 --- a/scsh/static-heap.scm +++ /dev/null @@ -1,8 +0,0 @@ -;;; Package for Static heaps for the Scheme Shell -;;; Copyright (c) 1995 by Brian D. Carlstrom. - -;;; based on Scheme48 implementation. -;;; Copyright (c) 1993, 1994 by Richard Kelsey and Jonathan Rees. - -(define (newspace-begin) *newspace-begin*) -(define (heap-pointer) *hp*)