mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Allow (include) to read line information
This commit is contained in:
parent
8a65baef9c
commit
7794cbd98f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
(call-with-port
|
||||
(open-input-file filename)
|
||||
(lambda (port)
|
||||
(read-all port))))
|
||||
(read-all/source port filename))))
|
||||
(cdr expr)))))))
|
||||
|
||||
(define-syntax include-ci
|
||||
|
|
Loading…
Add table
Reference in a new issue