Macro stepper: fixed syntax-snip read-special
svn: r5543
This commit is contained in:
parent
432d5349eb
commit
d426019579
|
@ -84,7 +84,8 @@
|
||||||
;; Produces 3D syntax to preserve eq-ness of syntax
|
;; Produces 3D syntax to preserve eq-ness of syntax
|
||||||
;; #'#'stx would be lose identity when wrapped
|
;; #'#'stx would be lose identity when wrapped
|
||||||
(define/public (read-special src line col pos)
|
(define/public (read-special src line col pos)
|
||||||
#`((,(lambda () stx))))
|
(with-syntax ([p (lambda () stx)])
|
||||||
|
#'(p)))
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user