summaryrefslogtreecommitdiff
path: root/oop
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-05-19 00:19:25 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-05-19 00:19:25 +0000
commit78ec533c40f83b200a529beb12d75e50c4384b23 (patch)
tree6d0ce1bdca366c7b0623de4613a4847775daf4b0 /oop
parent94451729e00a4a14c410929a2d37368a5d07d114 (diff)
downloadguile-78ec533c40f83b200a529beb12d75e50c4384b23.tar.gz
Call `%init-goops-builtins' instead of using the
`(oop goops goopscore)' module.
Diffstat (limited to 'oop')
-rw-r--r--oop/goops.scm15
1 files changed, 9 insertions, 6 deletions
diff --git a/oop/goops.scm b/oop/goops.scm
index 7cf7c7b64..162cd2811 100644
--- a/oop/goops.scm
+++ b/oop/goops.scm
@@ -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?