From 8466d8cfa486fb30d1755c4261b781135083787b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:29 -0800 Subject: Import Upstream version 3a1 --- stdio.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'stdio.scm') diff --git a/stdio.scm b/stdio.scm index 2feb0df..7fdb46e 100644 --- a/stdio.scm +++ b/stdio.scm @@ -1,8 +1,5 @@ ;; "stdio.scm" compatability stub - -(require 'scanf) -(require 'printf) - +;@ (define stdin (current-input-port)) (define stdout (current-output-port)) (define stderr (current-error-port)) -- cgit v1.2.3