Export <slot> from GOOPS
authorAndy Wingo <wingo@pobox.com>
Fri, 23 Jan 2015 13:51:22 +0000 (14:51 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 23 Jan 2015 15:16:04 +0000 (16:16 +0100)
* module/oop/goops.scm (<slot>): Export.  This is the way to tell if you
  have new GOOPS or not: whether <slot> is defined.

module/oop/goops.scm

index 3021c06..e7df368 100644 (file)
@@ -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>