summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>