port-count-lines. Something's still broken.

This commit is contained in:
Danny Yoo 2011-11-02 16:27:58 -04:00
parent 094ad76f74
commit 6ac094325a
2 changed files with 2 additions and 1 deletions

View File

@ -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")

View File

@ -6,4 +6,4 @@
(provide version) (provide version)
(: version String) (: version String)
(define version "1.54") (define version "1.55")