1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

Call `%init-goops-builtins' instead of using the

`(oop goops goopscore)' module.
This commit is contained in:
Marius Vollmer 2001-05-19 00:19:25 +00:00
parent 94451729e0
commit 78ec533c40

View file

@ -27,12 +27,15 @@
;;;;
(define-module (oop goops)
:use-module (oop goops goopscore)
:use-module (oop goops util)
:use-module (oop goops dispatch)
:use-module (oop goops compile)
:no-backtrace
)
:no-backtrace)
;; First initialize the builtin part of GOOPS
(%init-goops-builtins)
;; 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
goops-version is-a?