A bunch of fprintf' ->
eprintf' conversions (and a few related things).
original commit: 17090fca4f
This commit is contained in:
parent
51cf8696b3
commit
c33561e005
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user