avoid unnecessary syntax object

This commit is contained in:
Matthew Flatt 2011-07-07 05:55:24 -06:00
parent e783d84268
commit 1dd7aa5889

View File

@ -372,7 +372,9 @@
(list 'interp-match
(list 'quote pat)
'e
(list 'quote-syntax (list->vector (reverse (unbox interp-box))))
(if (null? (unbox interp-box))
#f
(list 'quote-syntax (list->vector (reverse (unbox interp-box)))))
lit-comp))))
mtch)]
[m