From d4fa19fe47df1e0b14cdab40639fa9d8432faa29 Mon Sep 17 00:00:00 2001
From: pmai <pmai>
Date: Sun, 7 Apr 2002 00:50:31 +0000
Subject: [PATCH] Added intern that is needed prior to loading exports.lisp due
 to later changes in the exports of the kernel package.

---
 bootfiles/18c/boot3.lisp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bootfiles/18c/boot3.lisp b/bootfiles/18c/boot3.lisp
index b43203836..efee380eb 100644
--- a/bootfiles/18c/boot3.lisp
+++ b/bootfiles/18c/boot3.lisp
@@ -12,4 +12,7 @@
 	    GET-SETF-METHOD)
 	  :lisp)
 
+;;; Needed before load of exports.lisp to bootstrap ANSI defstruct fix
+(intern "*ANSI-DEFSTRUCT-OPTIONS-P*" :kernel)
+
 (load "target:code/exports.lisp")
-- 
GitLab