diff options
author | Andy Wingo <wingo@pobox.com> | 2015-01-23 14:51:22 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-01-23 16:16:04 +0100 |
commit | 193e2c52dc18ea79ec37cef744ea8c6ef97c2cb3 (patch) | |
tree | b9154409131ebf9dd53c0b6aaaaa6ae7dac70fe6 | |
parent | d21ef2683860561e7b7fdcf2e4ab5523ea320534 (diff) | |
download | guile-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.
-rw-r--r-- | module/oop/goops.scm | 1 |
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> |