mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-19 19:20:23 +02:00
fix defmacro*, defmacro*-public
* module/ice-9/boot-9.scm (define-private): Remove apocyphal comment. The FIXME would really be to remove `define-private', though... * module/ice-9/optargs.scm (defmacro*, defmacro*-public): Fix these macros. Thanks to Dale Smith for the report.
This commit is contained in:
parent
de3d1fc988
commit
76e834686e
2 changed files with 4 additions and 10 deletions
|
@ -2931,8 +2931,6 @@ module '(ice-9 q) '(make-q q-length))}."
|
|||
(process-use-modules (list (list ,@(compile-interface-spec spec))))
|
||||
*unspecified*))
|
||||
|
||||
;; Dirk:FIXME:: This incorrect (according to R5RS) syntax needs to be changed
|
||||
;; as soon as guile supports hygienic macros.
|
||||
(define-syntax define-private
|
||||
(syntax-rules ()
|
||||
((_ foo bar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue