added local

This commit is contained in:
Robby Findler 2010-06-20 21:59:30 -05:00
parent 554f026c71
commit 4504678bd7

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