From 1d681ff569d7c9e7d10fa79284d8080de1e8ba47 Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Mon, 21 Apr 2003 17:07:13 +0000 Subject: [PATCH] Fixed bug in boot file, and removed erroneous comment. --- bootfiles/18e/boot4.lisp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bootfiles/18e/boot4.lisp b/bootfiles/18e/boot4.lisp index 17eb9fb06..6c8cb3991 100644 --- a/bootfiles/18e/boot4.lisp +++ b/bootfiles/18e/boot4.lisp @@ -3,13 +3,8 @@ ;;;; which it should be because KERNEL:SEQUENCE-COUNT names a type ;;;; used in the compiler. ;;;; -;;;; Note that this doesn't work with Pierre Mai's build scripts -;;;; because these load code:exports.lisp before they load a -;;;; target:bootstrap.lisp. Just choose the -;;;; UNINTERN-CONFLICTING-SYMBOLS restart when asked in this case. -;;;; -(unintern 'c::sequence-count) +(unintern 'c::sequence-count "C") (export '(kernel::sequence-count) :kernel) ;;;; end of file -- GitLab