mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix Scheme read without source positions
* module/ice-9/read.scm (read): Fix annotate when positions are disabled.
This commit is contained in:
parent
697f2b3ca1
commit
93b82fca20
1 changed files with 2 additions and 1 deletions
|
@ -874,7 +874,8 @@
|
|||
(line . ,line)
|
||||
(column . ,(1- column)))))
|
||||
datum)
|
||||
identity))
|
||||
(lambda (line column datum)
|
||||
datum)))
|
||||
(%read port annotate identity))
|
||||
|
||||
(define* (read-syntax #:optional (port (current-input-port)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue