mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Cut-over to new reader
This commit is contained in:
parent
4c5191f2b8
commit
b997d10f43
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@
|
|||
(let ((fp (if (null? args)
|
||||
(current-input-port)
|
||||
(car args))))
|
||||
(if (reading-from-file? fp)
|
||||
(if #t ;(reading-from-file? fp)
|
||||
(call-parse2 fp)
|
||||
(parse fp '() '() #f #f 0 (reg-port fp))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue