From 7fa73456098b5554896f3637bacbbf695f801250 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 21 Aug 2009 06:17:06 +0000 Subject: Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM. * include/ruby/io.h, io.c (FMODE_SETENC_BY_BOM): renamed from FMODE_STRIP_BOM. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ruby/io.h b/include/ruby/io.h index 7d9512aa92..45384db586 100644 --- a/include/ruby/io.h +++ b/include/ruby/io.h @@ -94,7 +94,7 @@ typedef struct rb_io_t { #define FMODE_TEXTMODE 0x00001000 #define FMODE_EOF 0x00002000 /* #define FMODE_PREP 0x00010000 */ -#define FMODE_STRIP_BOM 0x00100000 +#define FMODE_SETENC_BY_BOM 0x00100000 #define GetOpenFile(obj,fp) rb_io_check_closed((fp) = RFILE(rb_io_taint_check(obj))->fptr) -- cgit v1.2.3