[前][次][番号順一覧][スレッド一覧]

ruby-changes:22736

From: nobu <ko1@a...>
Date: Fri, 24 Feb 2012 16:13:35 +0900 (JST)
Subject: [ruby-changes:22736] nobu:r34785 (trunk): * io.c (set_binary_mode_with_seek_cur): reorder function qualifiers.

nobu	2012-02-24 16:13:24 +0900 (Fri, 24 Feb 2012)

  New Revision: 34785

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34785

  Log:
    * io.c (set_binary_mode_with_seek_cur): reorder function qualifiers.

  Modified files:
    trunk/io.c

Index: io.c
===================================================================
--- io.c	(revision 34784)
+++ io.c	(revision 34785)
@@ -420,7 +420,9 @@
 /*
  * Return previous translation mode.
  */
-inline static int set_binary_mode_with_seek_cur(rb_io_t *fptr) {
+static inline int
+set_binary_mode_with_seek_cur(rb_io_t *fptr)
+{
     off_t r, pos;
     ssize_t read_size;
     long i;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]