Skip to content

Commit

Permalink
Fix interning symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
ruricolist committed Dec 20, 2024
1 parent 10f2f6e commit 2036fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/build0.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
(handler-case
(progn
(sb-ext:unlock-package :sb-sys)
(let ((key (intern "DEFAULT_INTERRUPT" :sb-sys)))
(let ((key (intern "DEFAULT-INTERRUPT" :sb-sys)))
(unless (fboundp key)
(export key :sb-sys)
(eval
Expand Down

0 comments on commit 2036fb1

Please sign in to comment.