Fix unit contracts for new expander

This commit is contained in:
Daniel Feltey 2015-08-03 16:48:07 -05:00 committed by Matthew Flatt
parent bf76ced8ba
commit 265b777b93

View File

@ -494,7 +494,7 @@
(car opt-cname)
opt-cname)]
[extra-make? #f]
[else (car (generate-temporaries #'(name)))])]
[else ((make-syntax-introducer) #'name)])]
[(cname) (cond
[opt-cname (if (pair? opt-cname)
(cons def-cname #'name)