From 9a24232fd28baa60a4a460b2fc70a538b746bca0 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 15 Apr 2002 07:48:47 +0000 Subject: * pack.c (pack_unpack): should treat 'U' in character unit, not in byte unit. * error.c (exc_initialize): should clear backtrace information. * io.c (rb_io_fptr_cleanup): should close IO created by IO.new(fd). * rubyio.h: remove FMODE_FDOPEN git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- rubyio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'rubyio.h') diff --git a/rubyio.h b/rubyio.h index 3599334f62..214128449f 100644 --- a/rubyio.h +++ b/rubyio.h @@ -32,7 +32,6 @@ typedef struct OpenFile { #define FMODE_BINMODE 4 #define FMODE_SYNC 8 #define FMODE_WBUF 16 -#define FMODE_FDOPEN 32 #define GetOpenFile(obj,fp) rb_io_check_closed((fp) = RFILE(rb_io_taint_check(obj))->fptr) -- cgit v1.2.3