summaryrefslogtreecommitdiff
path: root/module/oop
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-01-23 14:51:22 +0100
committerAndy Wingo <wingo@pobox.com>2015-01-23 16:16:04 +0100
commit193e2c52dc18ea79ec37cef744ea8c6ef97c2cb3 (patch)
treeb9154409131ebf9dd53c0b6aaaaa6ae7dac70fe6 /module/oop
parentd21ef2683860561e7b7fdcf2e4ab5523ea320534 (diff)
downloadguile-193e2c52dc18ea79ec37cef744ea8c6ef97c2cb3.tar.gz
Export <slot> from GOOPS
* module/oop/goops.scm (<slot>): Export. This is the way to tell if you have new GOOPS or not: whether <slot> is defined.
Diffstat (limited to 'module/oop')
-rw-r--r--module/oop/goops.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/oop/goops.scm b/module/oop/goops.scm
index 3021c0671..e7df3681b 100644
--- a/module/oop/goops.scm
+++ b/module/oop/goops.scm
@@ -38,6 +38,7 @@
<class> <object>
;; Slot types.
+ <slot>
<foreign-slot> <protected-slot> <hidden-slot> <opaque-slot>
<read-only-slot> <self-slot> <protected-opaque-slot>
<protected-hidden-slot> <protected-read-only-slot>