syntax: fixed 'strip-context' on prefab structs
fixes bug in prefab struct literal in scheme/load module svn: r14038
This commit is contained in:
parent
37bd154af5
commit
64250c4931
|
@ -18,5 +18,6 @@
|
|||
[(prefab-struct-key e)
|
||||
=> (lambda (k)
|
||||
(apply make-prefab-struct
|
||||
k
|
||||
(strip-context (cdr (vector->list (struct->vector e))))))]
|
||||
[else e]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user