added local
original commit: 4504678bd78a0175ad003ec892cc27885ca75b90
This commit is contained in:
parent
66ad2795fd
commit
f39e86aad3
|
@ -208,7 +208,7 @@
|
||||||
(let ([hash-table (make-hasheq)])
|
(let ([hash-table (make-hasheq)])
|
||||||
(for-each (λ (x)
|
(for-each (λ (x)
|
||||||
(hash-set! hash-table x 'define))
|
(hash-set! hash-table x 'define))
|
||||||
'(local))
|
'(struct local))
|
||||||
(for-each (λ (x)
|
(for-each (λ (x)
|
||||||
(hash-set! hash-table x 'begin))
|
(hash-set! hash-table x 'begin))
|
||||||
'(case-lambda
|
'(case-lambda
|
||||||
|
|
Loading…
Reference in New Issue
Block a user