moved local into the define section
svn: r6885 original commit: 4ed3f9bb6c2dd958fdde59894f6d79e87826ae79
This commit is contained in:
parent
c2c45c43c5
commit
778648a258
|
@ -165,7 +165,7 @@
|
|||
(let ([hash-table (make-hash-table)])
|
||||
(for-each (λ (x)
|
||||
(hash-table-put! hash-table x 'define))
|
||||
'())
|
||||
'(local))
|
||||
(for-each (λ (x)
|
||||
(hash-table-put! hash-table x 'begin))
|
||||
'(case-lambda
|
||||
|
@ -206,7 +206,7 @@
|
|||
define-some do opt-lambda
|
||||
send* with-method
|
||||
define-record
|
||||
local catch shared
|
||||
catch shared
|
||||
unit/sig unit/lang
|
||||
with-handlers
|
||||
interface
|
||||
|
|
Loading…
Reference in New Issue
Block a user