.
original commit: c3f4849e33ab56d3ad5e7778710da7472bef6cda
This commit is contained in:
parent
c9ce0318d7
commit
7e1692324f
|
@ -5,7 +5,9 @@
|
|||
(lambda (stx)
|
||||
;; Parse the file name
|
||||
(let ([file
|
||||
(syntax-case stx (build-path)
|
||||
(syntax-case* stx (build-path) (lambda (a b)
|
||||
(eq? (syntax-e a)
|
||||
(syntax-e b)))
|
||||
[(_ fn)
|
||||
(string? (syntax-e (syntax fn)))
|
||||
(syntax-e (syntax fn))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user