mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
Call `%init-goops-builtins' instead of using the
`(oop goops goopscore)' module.
This commit is contained in:
parent
94451729e0
commit
78ec533c40
1 changed files with 9 additions and 6 deletions
|
@ -27,12 +27,15 @@
|
||||||
;;;;
|
;;;;
|
||||||
|
|
||||||
(define-module (oop goops)
|
(define-module (oop goops)
|
||||||
:use-module (oop goops goopscore)
|
:no-backtrace)
|
||||||
:use-module (oop goops util)
|
|
||||||
:use-module (oop goops dispatch)
|
;; First initialize the builtin part of GOOPS
|
||||||
:use-module (oop goops compile)
|
(%init-goops-builtins)
|
||||||
:no-backtrace
|
|
||||||
)
|
;; Then load the rest of GOOPS
|
||||||
|
(use-modules (oop goops util)
|
||||||
|
(oop goops dispatch)
|
||||||
|
(oop goops compile)
|
||||||
|
|
||||||
(export ; Define the exported symbols of this file
|
(export ; Define the exported symbols of this file
|
||||||
goops-version is-a?
|
goops-version is-a?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue