Skip to content
Snippets Groups Projects
Commit 1d681ff5 authored by pmai's avatar pmai
Browse files

Fixed bug in boot file, and removed erroneous comment.

parent 6c2c7256
No related branches found
No related tags found
No related merge requests found
......@@ -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
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