.
original commit: 23e48e7d2e1ef9a55041e1af320ed82a2627d680
This commit is contained in:
parent
64a0fc97c2
commit
35b252cf93
|
@ -457,7 +457,7 @@
|
|||
(if (and (pair? dir) (eq? 'plthome (car dir)))
|
||||
(with-syntax ([d dir])
|
||||
(syntax (un-plthome-ify 'd)))
|
||||
(with-syntax ([d (path->bytes dir)])
|
||||
(with-syntax ([d (if (bytes? dir) dir (path->bytes dir))])
|
||||
(syntax (bytes->path d)))))]))
|
||||
|
||||
;; This is a macro-generating macro that wants to expand
|
||||
|
|
Loading…
Reference in New Issue
Block a user