fixed incorrect handling of ".ddd" when reading from a port.
This commit is contained in:
parent
0939370a07
commit
3ee75bece0
|
@ -257,7 +257,7 @@
|
|||
(string-append ".." (string c)))]))]
|
||||
[else
|
||||
(cons 'datum
|
||||
(dot p '(#\.) 10 #f #f))]))))
|
||||
(dot p '(#\.) 10 #f +1))]))))
|
||||
(define tokenize-char*
|
||||
(lambda (i str p d)
|
||||
(cond
|
||||
|
|
|
@ -1 +1 @@
|
|||
1511
|
||||
1512
|
||||
|
|
Loading…
Reference in New Issue