original commit: b5317355c440b20bec34ea7850beba84b52a425d
This commit is contained in:
Matthew Flatt 2003-04-07 21:01:11 +00:00
parent d3d5f84bf6
commit c41bad8dd4

View File

@ -125,11 +125,13 @@
(substring rest 1 size)
(sub1 size)))))))
(define warning
(define warning void)
#|
(lambda (msg . args)
(fprintf (current-error-port)
(apply format (cons msg args)))
(newline (current-error-port))))
|#
;; Copies its input `in' to its ouput port if given, it uses
;; current-output-port if out is not provided.