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*)