scsh-0.5/scsh/static-heap.scm

9 lines
274 B
Scheme
Raw Normal View History

1995-10-13 23:34:21 -04:00
;;; 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*)