From 7b72e67b71f6b6a68c363370649742490a6f9d80 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sat, 3 Nov 1990 15:38:22 +0000
Subject: [PATCH] Added exports for types/accessors that are needed by vm
 specific files.

---
 compiler/node.lisp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compiler/node.lisp b/compiler/node.lisp
index a60507f51..e73d68e41 100644
--- a/compiler/node.lisp
+++ b/compiler/node.lisp
@@ -14,6 +14,8 @@
 ;;;
 (in-package 'c)
 
+(export '(component component-info))
+
 ;;; Defvars for these variables appear later.
 (proclaim '(special *current-path* *lexical-environment* *current-component*
 		    *default-cookie*))
-- 
GitLab