* cleanip of unsafe io primitives.

This commit is contained in:
Abdulaziz Ghuloum 2007-05-06 18:28:21 -04:00
parent ab49f9ee42
commit 190f360daf
2 changed files with 3 additions and 7 deletions

Binary file not shown.

View File

@ -5,13 +5,9 @@
$close-input-port $close-output-port)
(import
(ikarus)
(only (scheme) $port-handler $port-output-buffer
$set-port-output-index! $port-output-size
$set-port-input-index! $port-input-buffer $port-input-size
$set-port-input-size!
$port-input-index
$fxadd1 $fxsub1 $fx< $fx>= $string-ref
$string-length $string-set!))
(ikarus system $ports)
(ikarus system $strings)
(ikarus system $fx))
(define $write-char
(lambda (c p)