mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-06 04:36:36 +02:00
Treat (srfi) includes as built-in libraries
This commit is contained in:
parent
f3a78bc15a
commit
9b7e9106f1
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@
|
|||
file-ext))
|
||||
(filename
|
||||
(substring filename* 1 (string-length filename*))))
|
||||
(if (tagged-list? 'scheme import)
|
||||
(if (or (tagged-list? 'scheme import)
|
||||
(tagged-list? 'srfi import))
|
||||
(string-append (Cyc-installation-dir 'sld) "/" filename) ;; Built-in library
|
||||
filename)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue