From 32dc42cf1a248821df7594047bd3fd7822622b32 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 18 May 1998 04:56:27 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'io.c') diff --git a/io.c b/io.c index 14655c7538..0dda83fbab 100644 --- a/io.c +++ b/io.c @@ -64,8 +64,6 @@ struct timeval { #include #endif -VALUE rb_ad_string(); - VALUE cIO; extern VALUE cFile; VALUE eEOFError; @@ -81,12 +79,9 @@ static VALUE argf; ID id_write; -VALUE lastline_get(); -void lastline_set(); - extern char *inplace; -struct timeval time_timeval(); +struct timeval time_timeval _((VALUE)); #ifdef _STDIO_USES_IOSTREAM /* GNU libc */ # ifdef _IO_fpos_t -- cgit v1.2.3