1995-10-13 23:34:21 -04:00
|
|
|
;;; Package for Static heaps for the Scheme Shell
|
2001-03-10 22:47:00 -05:00
|
|
|
;;; Copyright (c) 1995 by Brian D. Carlstrom. See file COPYING.
|
1995-10-13 23:34:21 -04:00
|
|
|
|
|
|
|
;;; based on Scheme48 implementation.
|
|
|
|
;;; Copyright (c) 1993, 1994 by Richard Kelsey and Jonathan Rees.
|
|
|
|
|
|
|
|
(define (newspace-begin) *newspace-begin*)
|
|
|
|
(define (heap-pointer) *hp*)
|