mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-03 19:26:36 +02:00
Minor cleanup
This commit is contained in:
parent
7f2f3ba155
commit
a2591d0e4a
1 changed files with 3 additions and 6 deletions
|
@ -1975,12 +1975,9 @@
|
||||||
source-rkt-file
|
source-rkt-file
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(map display
|
(map display
|
||||||
(list "#lang r7rs"
|
(list "#lang r7rs" #\newline
|
||||||
#\newline
|
"(import (scheme base))" #\newline
|
||||||
"(import (scheme base))"
|
"(include \"" include-filename "\")" #\newline))))
|
||||||
#\newline
|
|
||||||
"(include \"" include-filename "\")"
|
|
||||||
#\newline))))
|
|
||||||
(install-file cfg source-rkt-file dest-rkt-file)
|
(install-file cfg source-rkt-file dest-rkt-file)
|
||||||
(cons dest-rkt-file installed-files)))
|
(cons dest-rkt-file installed-files)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue