added local

original commit: 4504678bd78a0175ad003ec892cc27885ca75b90
This commit is contained in:
Robby Findler 2010-06-20 21:59:30 -05:00
parent 66ad2795fd
commit f39e86aad3

View File

@ -208,7 +208,7 @@
(let ([hash-table (make-hasheq)])
(for-each (λ (x)
(hash-set! hash-table x 'define))
'(local))
'(struct local))
(for-each (λ (x)
(hash-set! hash-table x 'begin))
'(case-lambda