fix annotation argument in fasl step
original commit: e10716c3c6f456007ddfaee75ad07233b31c33d8
This commit is contained in:
parent
35e77092f3
commit
ad7f0b9b57
|
@ -655,7 +655,7 @@
|
||||||
(for-each (lambda (x)
|
(for-each (lambda (x)
|
||||||
(if (eq? 'begin (cdr (eq-hashtable-ref (table-hash t) x #f)))
|
(if (eq? 'begin (cdr (eq-hashtable-ref (table-hash t) x #f)))
|
||||||
(proc x p)
|
(proc x p)
|
||||||
(wrf x p t #t)))
|
(wrf x p t (constant annotation-all))))
|
||||||
begins)))
|
begins)))
|
||||||
(proc p)
|
(proc p)
|
||||||
(extractor))])
|
(extractor))])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user