svn: r8005
This commit is contained in:
parent
5cdea2191c
commit
25d12e6fb3
|
@ -13,6 +13,10 @@
|
||||||
(lambda (ht k . d)
|
(lambda (ht k . d)
|
||||||
(hash-table-get ht k (let ((d (if (null? d) #f (car d)))) (lambda () d)))))
|
(hash-table-get ht k (let ((d (if (null? d) #f (car d)))) (lambda () d)))))
|
||||||
|
|
||||||
|
(define table-put!
|
||||||
|
(lambda (ht k v)
|
||||||
|
(hash-table-put! ht k v)))
|
||||||
|
|
||||||
; ensure shell-magic above
|
; ensure shell-magic above
|
||||||
;Configured for Scheme dialect plt by scmxlate, v 2004-09-08,
|
;Configured for Scheme dialect plt by scmxlate, v 2004-09-08,
|
||||||
;(c) Dorai Sitaram,
|
;(c) Dorai Sitaram,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user