1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* pack.c: fix the prototype of rb_big2ulong_pack.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2010-03-06 13:12:24 +00:00
parent e796e95ec8
commit 9ff10a20b5
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Mar 6 22:07:09 2010 Tanaka Akira <akr@fsij.org>
* pack.c: fix the prototype of rb_big2ulong_pack.
Sat Mar 6 13:45:37 2010 Yusuke Endoh <mame@tsg.ne.jp>
* io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write and

2
pack.c
View file

@ -266,7 +266,7 @@ TOKEN_PASTE(swap,x)(xtype z) \
# define VTOHD(x,y) rb_vtohd(x)
#endif
unsigned long rb_big2ulong_pack(VALUE x);
VALUE rb_big2ulong_pack(VALUE x);
static unsigned long
num2i32(VALUE x)