Skip to content

Commit

Permalink
Call function for patching accessor methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-strandh committed Sep 17, 2020
1 parent 9c6f908 commit 56a5108
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 @@ -5,6 +5,7 @@
(with-accessors ((e5 sicl-boot:e5))
boot
(define-compile e5)
(patch-accessor-methods e5)
(setf (sicl-genv:macro-function 'defpackage e5)
(constantly nil))
(setf (sicl-genv:fdefinition 'host-symbolp e5)
Expand Down

0 comments on commit 56a5108

Please sign in to comment.