Compare commits
1 commit
Author | SHA256 | Date | |
---|---|---|---|
96a6a1ecbe |
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ This is syntax used internally to make /define-object/ more readable.
|
||||||
(define-syntax define-object/add-slots!
|
(define-syntax define-object/add-slots!
|
||||||
(syntax-rules ()
|
(syntax-rules ()
|
||||||
((_ o)
|
((_ o)
|
||||||
(void))
|
(values))
|
||||||
((_ o ((method-name . method-args) body ...)
|
((_ o ((method-name . method-args) body ...)
|
||||||
slots ...)
|
slots ...)
|
||||||
(begin
|
(begin
|
||||||
|
|
Loading…
Reference in a new issue