* testing commit of bzr.16
This commit is contained in:
parent
18e6ac04fa
commit
1948dd5942
|
@ -379,8 +379,8 @@
|
||||||
(unless label
|
(unless label
|
||||||
(stx-error e "unbound identifier"))
|
(stx-error e "unbound identifier"))
|
||||||
(case type
|
(case type
|
||||||
[(lexical core-prim macro global local-macro global-macro
|
[(lexical core-prim macro global local-macro
|
||||||
displaced-lexical)
|
global-macro displaced-lexical)
|
||||||
(values type (binding-value b) id)]
|
(values type (binding-value b) id)]
|
||||||
[else (values 'other #f #f)])))]
|
[else (values 'other #f #f)])))]
|
||||||
[(syntax-pair? e)
|
[(syntax-pair? e)
|
||||||
|
|
Loading…
Reference in New Issue