re-enable code
svn: r13612
This commit is contained in:
parent
738b8311af
commit
aefaaa26d0
|
@ -17,7 +17,7 @@
|
||||||
[else (let: loop : (Listof Syntax)
|
[else (let: loop : (Listof Syntax)
|
||||||
([fst : Syntax (car ids)]
|
([fst : Syntax (car ids)]
|
||||||
[rst : (Listof Syntax) (cdr ids)])
|
[rst : (Listof Syntax) (cdr ids)])
|
||||||
(error 'foo) #;(cond
|
(cond
|
||||||
[(null? rst) (list fst)]
|
[(null? rst) (list fst)]
|
||||||
[else (if (and (eq? (syntax-source fst)
|
[else (if (and (eq? (syntax-source fst)
|
||||||
(syntax-source (car rst)))
|
(syntax-source (car rst)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user