fix compiler/zo-parse for sequence splice
Merge to 5.1.2
original commit: 42f41d868a
This commit is contained in:
parent
481f10a622
commit
eaed2b9eaf
|
@ -353,7 +353,7 @@
|
|||
(cons 'require-form-type read-require)
|
||||
(cons 'varref-form-type read-#%variable-ref)
|
||||
(cons 'apply-values-type read-apply-values)
|
||||
(cons 'sequence-splice-type read-splice))))
|
||||
(cons 'splice-sequence-type read-splice))))
|
||||
|
||||
(define (get-reader type)
|
||||
(hash-ref type-readers type
|
||||
|
|
Loading…
Reference in New Issue
Block a user