ruby-changes:14957
From: akr <ko1@a...>
Date: Sat, 6 Mar 2010 22:14:32 +0900 (JST)
Subject: [ruby-changes:14957] Ruby:r26828 (trunk): * pack.c: fix the prototype of rb_big2ulong_pack.
akr 2010-03-06 22:12:24 +0900 (Sat, 06 Mar 2010) New Revision: 26828 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26828 Log: * pack.c: fix the prototype of rb_big2ulong_pack. Modified files: trunk/ChangeLog trunk/pack.c Index: ChangeLog =================================================================== --- ChangeLog (revision 26827) +++ ChangeLog (revision 26828) @@ -1,3 +1,7 @@ +Sat Mar 6 22:07:09 2010 Tanaka Akira <akr@f...> + + * pack.c: fix the prototype of rb_big2ulong_pack. + Sat Mar 6 13:45:37 2010 Yusuke Endoh <mame@t...> * io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write and Index: pack.c =================================================================== --- pack.c (revision 26827) +++ pack.c (revision 26828) @@ -266,7 +266,7 @@ # 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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/