Skip to content
Snippets Groups Projects
Commit 558b9b72 authored by wlott's avatar wlott
Browse files

Added exports for constructors and accessors needed by the vm specific

code.
parent faad5ef7
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,9 @@
;;;
(in-package 'c)
(proclaim '(special *sc-numbers*))
(export '(make-random-tn tn-ref tn-ref-p tn-ref-tn tn-ref-write-p tn-ref-next
tn-ref-vop tn-ref-next-ref tn-ref-across tn-ref-target
tn-ref-load-tn))
(eval-when (compile load eval)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment