From 02620dd9a628ec40ec4324adca9b82cd0442d1d2 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 26 Jul 2011 11:48:37 +0200 Subject: [PATCH] export from goops, to appease texinfo reflection * module/oop/goops.scm (): Actually define this class. Also, group the export with the other SMOB types. --- module/oop/goops.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/module/oop/goops.scm b/module/oop/goops.scm index a27aab5fb..a49af0604 100644 --- a/module/oop/goops.scm +++ b/module/oop/goops.scm @@ -44,9 +44,6 @@ ;; Methods are implementations of generic functions. - ;; Macros. - - ;; Applicable objects, either procedures or applicable structs. @@ -76,7 +73,7 @@ - + ;; Modules. @@ -1751,6 +1748,7 @@ (define (find-subclass ')) (define (find-subclass ')) (define (find-subclass ')) +(define (find-subclass ')) (define (define-class-subtree class) (define! (class-name class) class)