mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-20 14:19:17 +02:00
Use SRFI 69
This commit is contained in:
parent
01de92deec
commit
d77b94d89c
1 changed files with 2 additions and 1 deletions
3
icyc.scm
3
icyc.scm
|
@ -17,7 +17,8 @@
|
||||||
(scheme inexact)
|
(scheme inexact)
|
||||||
(scheme process-context)
|
(scheme process-context)
|
||||||
(scheme time)
|
(scheme time)
|
||||||
(scheme eval))
|
(scheme eval)
|
||||||
|
(srfi 69))
|
||||||
(cond-expand
|
(cond-expand
|
||||||
(cyclone
|
(cyclone
|
||||||
(display *Cyc-version-banner*))
|
(display *Cyc-version-banner*))
|
||||||
|
|
Loading…
Add table
Reference in a new issue