* io.c (set_binary_mode_with_seek_cur): reorder function qualifiers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d573446841
commit
b8729f117c
4
io.c
4
io.c
@ -420,7 +420,9 @@ static int io_fflush(rb_io_t *);
|
|||||||
/*
|
/*
|
||||||
* Return previous translation mode.
|
* 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;
|
off_t r, pos;
|
||||||
ssize_t read_size;
|
ssize_t read_size;
|
||||||
long i;
|
long i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user