mzc support for new mzscheme tail calls

svn: r4160
This commit is contained in:
Matthew Flatt 2006-08-27 23:11:46 +00:00
parent 6864440c7e
commit d1353db107

View File

@ -32,7 +32,9 @@
call-with-semaphore/enable-break
hash-table-get
write-image-to-file
syntax-local-value))
syntax-local-value
eval eval-syntax
andmap ormap for-each))
(provide procedure-calling-prims
internal-tail-chain-prims))