Skip to content

Commit

Permalink
No longer load files containing methods on ALLOCATE/INITIALIZE-INSTAN…
Browse files Browse the repository at this point in the history
…CE for bignums.
  • Loading branch information
robert-strandh committed Sep 17, 2020
1 parent e1ad3e3 commit 71b38a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Code/Boot/Phase-8/load-arithmetic-functions.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,4 @@
(load-source "Arithmetic/rem-defun.lisp" e5)
(load-source "Arithmetic/evenp-defun.lisp" e5)
(load-source "Arithmetic/oddp-defun.lisp" e5)
(load-source "Arithmetic/multiply-defun.lisp" e5)
(load-source "Arithmetic/allocate-instance-defmethod-bignum.lisp" e5)
(load-source "Arithmetic/initialize-instance-defmethod-after-bignum.lisp" e5))
(load-source "Arithmetic/multiply-defun.lisp" e5))

0 comments on commit 71b38a1

Please sign in to comment.