guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 87/88: Export <slot> from GOOPS


From: Andy Wingo
Subject: [Guile-commits] 87/88: Export <slot> from GOOPS
Date: Fri, 23 Jan 2015 15:26:04 +0000

wingo pushed a commit to branch master
in repository guile.

commit 193e2c52dc18ea79ec37cef744ea8c6ef97c2cb3
Author: Andy Wingo <address@hidden>
Date:   Fri Jan 23 14:51:22 2015 +0100

    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.
---
 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 3021c06..e7df368 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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]