mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
removing tabs
This commit is contained in:
parent
17b7ee3f98
commit
1ac4473942
3 changed files with 46 additions and 49 deletions
|
@ -20,7 +20,8 @@
|
|||
keywords))
|
||||
(old (map cdr cells))
|
||||
(new (map (lambda (transformer)
|
||||
(make-macro (eval (make-syntactic-closure use-env '() transformer))
|
||||
(make-macro
|
||||
(eval (make-syntactic-closure use-env '() transformer))
|
||||
use-env))
|
||||
transformers)))
|
||||
(for-each set-cdr! cells new)
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
(foo))))
|
||||
(list (foo) new)))
|
||||
|
||||
|
||||
(test 10
|
||||
(let ((i 0))
|
||||
(forever
|
||||
|
@ -46,7 +45,4 @@
|
|||
(abort)))
|
||||
i))
|
||||
|
||||
|
||||
|
||||
|
||||
(test-end))))
|
||||
|
|
Loading…
Add table
Reference in a new issue