Skip to content
Snippets Groups Projects
Commit 7b72e67b authored by wlott's avatar wlott
Browse files

Added exports for types/accessors that are needed by vm specific files.

parent 762816d2
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
;;; ;;;
(in-package 'c) (in-package 'c)
(export '(component component-info))
;;; Defvars for these variables appear later. ;;; Defvars for these variables appear later.
(proclaim '(special *current-path* *lexical-environment* *current-component* (proclaim '(special *current-path* *lexical-environment* *current-component*
*default-cookie*)) *default-cookie*))
......
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