port-count-lines. Something's still broken.
This commit is contained in:
parent
094ad76f74
commit
6ac094325a
|
@ -80,6 +80,7 @@
|
||||||
;; Note: we're trying to preserve the context, to avoid code expansion.
|
;; Note: we're trying to preserve the context, to avoid code expansion.
|
||||||
[compile-context-preservation-enabled #t]
|
[compile-context-preservation-enabled #t]
|
||||||
[current-namespace base-namespace])
|
[current-namespace base-namespace])
|
||||||
|
(port-count-lines! ip)
|
||||||
(define stx (read-syntax (object-name ip) ip))
|
(define stx (read-syntax (object-name ip) ip))
|
||||||
|
|
||||||
;(printf "got stx; now expanding out the images\n")
|
;(printf "got stx; now expanding out the images\n")
|
||||||
|
|
|
@ -6,4 +6,4 @@
|
||||||
|
|
||||||
(provide version)
|
(provide version)
|
||||||
(: version String)
|
(: version String)
|
||||||
(define version "1.54")
|
(define version "1.55")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user