mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
fix (oop goops) compilation for (language tree-il primitives)
* module/oop/goops.scm (compile): Whoop-dee, fix up (oop goops) for (language tree-il primitives) change.
This commit is contained in:
parent
0e7b72a8fe
commit
a755136ba8
1 changed files with 1 additions and 1 deletions
|
@ -1128,7 +1128,7 @@
|
|||
;; lookup. Also, @slot-ref and @slot-set! have their own bytecodes.
|
||||
|
||||
(eval-when (compile)
|
||||
(use-modules ((language tree-il optimize) :select (add-interesting-primitive!)))
|
||||
(use-modules ((language tree-il primitives) :select (add-interesting-primitive!)))
|
||||
(add-interesting-primitive! '@slot-ref)
|
||||
(add-interesting-primitive! '@slot-set!))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue