Fix bug introduced by last commit.

svn: r18385
This commit is contained in:
Stevie Strickland 2010-02-27 18:04:47 +00:00
parent 9f17622e1a
commit 54b81b3bdb

View File

@ -380,8 +380,7 @@
(syntax-case stx (set!)
[(set! i arg)
(quasisyntax/loc stx
(set! #,id
(contract ctc arg neg pos (quote id) (quote-syntax id))))]
(set! id (contract ctc arg neg pos (quote id) (quote-syntax id))))]
[(f arg ...)
(quasisyntax/loc stx
((contract ctc id pos neg (quote id) (quote-syntax id))