aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--io.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86c060cfc4..b99de456c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Aug 20 04:17:26 2008 Tanaka Akira <akr@fsij.org>
+
+ * io.c (rb_io_flags_modenum): make it static.
+
Wed Aug 20 03:36:45 2008 Tanaka Akira <akr@fsij.org>
* include/ruby/io.h (FMODE_TRUNC): new constant.
diff --git a/io.c b/io.c
index 09c34f32f1..3a6056f951 100644
--- a/io.c
+++ b/io.c
@@ -3616,7 +3616,7 @@ rb_io_modenum_flags(int mode)
return flags;
}
-int
+static int
rb_io_flags_modenum(int flags)
{
int mode = 0;