summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-07-07 00:57:19 +0200
committerLudovic Courtès <ludo@gnu.org>2011-07-07 00:57:19 +0200
commitf67f85817cd207aa99c90d9ef4d36e89769a145d (patch)
tree0992e0e2e585af68765e4e5b58dde1ca37472a8e
parentd682f703c70239403a230bf89b13b87c211d4a0f (diff)
downloadguile-f67f85817cd207aa99c90d9ef4d36e89769a145d.tar.gz
Export `<macro>' from (oop goops).
* module/oop/goops.scm: Export `<macro>'.
-rw-r--r--module/oop/goops.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/module/oop/goops.scm b/module/oop/goops.scm
index 39b7f3d97..e48c220f2 100644
--- a/module/oop/goops.scm
+++ b/module/oop/goops.scm
@@ -42,12 +42,15 @@
<scm-slot> <int-slot> <float-slot> <double-slot>
;; Methods are implementations of generic functions.
- <method> <accessor-method>
+ <method> <accessor-method>
+
+ ;; Macros.
+ <macro>
;; Applicable objects, either procedures or applicable structs.
<procedure-class> <applicable>
<procedure> <primitive-generic>
-
+
;; Applicable structs.
<applicable-struct-class>
<applicable-struct>