diff options
author | Ludovic Courtès <ludo@gnu.org> | 2011-07-07 00:57:19 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2011-07-07 00:57:19 +0200 |
commit | f67f85817cd207aa99c90d9ef4d36e89769a145d (patch) | |
tree | 0992e0e2e585af68765e4e5b58dde1ca37472a8e | |
parent | d682f703c70239403a230bf89b13b87c211d4a0f (diff) | |
download | guile-f67f85817cd207aa99c90d9ef4d36e89769a145d.tar.gz |
Export `<macro>' from (oop goops).
* module/oop/goops.scm: Export `<macro>'.
-rw-r--r-- | module/oop/goops.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/module/oop/goops.scm b/module/oop/goops.scm index 39b7f3d97..e48c220f2 100644 --- a/module/oop/goops.scm +++ b/module/oop/goops.scm @@ -42,12 +42,15 @@ <scm-slot> <int-slot> <float-slot> <double-slot> ;; Methods are implementations of generic functions. - <method> <accessor-method> + <method> <accessor-method> + + ;; Macros. + <macro> ;; Applicable objects, either procedures or applicable structs. <procedure-class> <applicable> <procedure> <primitive-generic> - + ;; Applicable structs. <applicable-struct-class> <applicable-struct> |