.
original commit: b5317355c440b20bec34ea7850beba84b52a425d
This commit is contained in:
parent
d3d5f84bf6
commit
c41bad8dd4
|
@ -125,11 +125,13 @@
|
||||||
(substring rest 1 size)
|
(substring rest 1 size)
|
||||||
(sub1 size)))))))
|
(sub1 size)))))))
|
||||||
|
|
||||||
(define warning
|
(define warning void)
|
||||||
|
#|
|
||||||
(lambda (msg . args)
|
(lambda (msg . args)
|
||||||
(fprintf (current-error-port)
|
(fprintf (current-error-port)
|
||||||
(apply format (cons msg args)))
|
(apply format (cons msg args)))
|
||||||
(newline (current-error-port))))
|
(newline (current-error-port))))
|
||||||
|
|#
|
||||||
|
|
||||||
;; Copies its input `in' to its ouput port if given, it uses
|
;; Copies its input `in' to its ouput port if given, it uses
|
||||||
;; current-output-port if out is not provided.
|
;; current-output-port if out is not provided.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user