missing inp in read-bytes
svn: r6805
This commit is contained in:
parent
f7c4631223
commit
86022fd24b
|
@ -365,7 +365,7 @@
|
|||
[(caddr m)
|
||||
;; it's an expression escape, get multiple
|
||||
;; expressions and put them all here
|
||||
(read-bytes (caaddr m))
|
||||
(read-bytes (caaddr m) inp)
|
||||
(let ([escapes (get-escape-expr
|
||||
#f line col pos)])
|
||||
;; make @|| a comment that can be used to
|
||||
|
|
Loading…
Reference in New Issue
Block a user