Compile apply to apply_va

This commit is contained in:
Justin Ethier 2016-07-01 01:08:02 -04:00
parent c9d93dd0b2
commit 8a89678f6c

View file

@ -241,7 +241,7 @@
((eq? p '<) "Cyc_num_lt")
((eq? p '>=) "Cyc_num_gte")
((eq? p '<=) "Cyc_num_lte")
((eq? p 'apply) "apply")
((eq? p 'apply) "apply_va")
((eq? p '%halt) "__halt")
((eq? p 'exit) "__halt")
((eq? p 'Cyc-default-exception-handler) "Cyc_default_exception_handler")
@ -519,6 +519,7 @@
(and (prim? exp)
(member exp '(error Cyc-write Cyc-display
number->string string->number string-append
apply
make-bytevector
bytevector
bytevector-append