Skip to content

Commit

Permalink
Call function for patching impure method functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-strandh committed Sep 17, 2020
1 parent 901f9af commit ca503d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Boot/Phase-8/boot.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
boot
(define-compile e5)
(patch-accessor-methods e5)
(patch-other-methods e5)
(setf (sicl-genv:macro-function 'defpackage e5)
(constantly nil))
(setf (sicl-genv:fdefinition 'host-symbolp e5)
Expand Down

0 comments on commit ca503d0

Please sign in to comment.