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
|
||||
(lambda ()
|
||||
(map display
|
||||
(list "#lang r7rs"
|
||||
#\newline
|
||||
"(import (scheme base))"
|
||||
#\newline
|
||||
"(include \"" include-filename "\")"
|
||||
#\newline))))
|
||||
(list "#lang r7rs" #\newline
|
||||
"(import (scheme base))" #\newline
|
||||
"(include \"" include-filename "\")" #\newline))))
|
||||
(install-file cfg source-rkt-file dest-rkt-file)
|
||||
(cons dest-rkt-file installed-files)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue