syntax: fixed 'strip-context' on prefab structs

fixes bug in prefab struct literal in scheme/load module

svn: r14038
This commit is contained in:
Ryan Culpepper 2009-03-10 21:19:18 +00:00
parent 37bd154af5
commit 64250c4931

View File

@ -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]))