.
original commit: 9b4c63e0d2c2f03bc79a48f3f290ec539012dc3b
This commit is contained in:
parent
03f1ec366d
commit
808fcd7515
|
@ -112,7 +112,7 @@ needed to really make this work:
|
|||
(piece-of-info "Identifier-binding" (identifier-binding stx))
|
||||
(piece-of-info "Identifier-transformer-binding" (identifier-transformer-binding stx)))
|
||||
|
||||
(let ([properties (syntax-properties stx)])
|
||||
(let ([properties (syntax-property-symbol-keys stx)])
|
||||
(unless (null? properties)
|
||||
(insert/big "Known properties\n")
|
||||
(for-each
|
||||
|
@ -518,7 +518,7 @@ needed to really make this work:
|
|||
(original? ,(syntax-original? stx))
|
||||
(properties
|
||||
,@(map (lambda (x) `(,x ,(marshall-object (syntax-property stx x))))
|
||||
(syntax-properties stx)))
|
||||
(syntax-property-symbol-keys stx)))
|
||||
(contents
|
||||
,(marshall-object (syntax-e stx)))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user