added local
This commit is contained in:
parent
554f026c71
commit
4504678bd7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user