mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 22:10:29 +02:00
remove duplicate when/unless definitions
* module/rnrs/control.scm: * module/sxml/ssax.scm: * test-suite/lalr/common-test.scm: Remove local `when'/`unless' definitions.
This commit is contained in:
parent
9accf3d98f
commit
fb01fd8772
3 changed files with 3 additions and 27 deletions
|
@ -8,13 +8,6 @@
|
|||
|
||||
(define *error* '())
|
||||
|
||||
(define-syntax when
|
||||
(syntax-rules ()
|
||||
((_ ?expr ?body ...)
|
||||
(if ?expr
|
||||
(let () ?body ...)
|
||||
#f))))
|
||||
|
||||
(define-syntax check
|
||||
(syntax-rules (=>)
|
||||
((_ ?expr => ?expected-result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue