A bunch of fprintf' -> eprintf' conversions (and a few related things).

original commit: 17090fca4f
This commit is contained in:
Eli Barzilay 2012-05-06 12:06:00 -04:00
parent 51cf8696b3
commit c33561e005

View File

@ -103,10 +103,7 @@
(loop (read-byte in))]))))
(define (warning msg . args)
(when #f
(fprintf (current-error-port)
(apply format msg args))
(newline (current-error-port))))
(when #f (eprintf "~a\n" (apply format msg args))))
(define (hex-digit? i)
(vector-ref hex-values i))