update benz

This commit is contained in:
Yuichi Nishiwaki 2014-09-08 20:44:16 +09:00
parent 0ad4daa338
commit 8b9a3f513a
3 changed files with 3 additions and 4 deletions

@ -1 +1 @@
Subproject commit a2848f3eafdbe3a4579dd4c8054ab7e3b62e6812
Subproject commit 8c174cd505aa4fc3b7937819506423b39b405216

View File

@ -507,7 +507,6 @@
(export call-with-current-continuation
call/cc
continue
dynamic-wind
values
call-with-values)

View File

@ -3,10 +3,10 @@
(import (except (scheme base) set!)
(prefix (only (scheme base) set!) %)
(picrin dictionary)
(picrin base)
(except (picrin base) set!)
(srfi 1)
(srfi 8))
(define-syntax set!
(syntax-rules ()
((_ (proc args ...) val)