ruby-changes:29101
From: akr <ko1@a...>
Date: Sat, 8 Jun 2013 00:10:36 +0900 (JST)
Subject: [ruby-changes:29101] akr:r41153 (trunk): Delete an empty line.
akr 2013-06-08 00:10:26 +0900 (Sat, 08 Jun 2013) New Revision: 41153 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41153 Log: Delete an empty line. Modified files: trunk/internal.h Index: internal.h =================================================================== --- internal.h (revision 41152) +++ internal.h (revision 41153) @@ -442,7 +442,6 @@ const char *rb_objspace_data_type_name(V https://github.com/ruby/ruby/blob/trunk/internal.h#L442 VALUE rb_thread_io_blocking_region(rb_blocking_function_t *func, void *data1, int fd); /* bignum.c */ - void *rb_integer_pack(VALUE val, int *signp, size_t *numwords_allocated, void *words, size_t numwords, size_t wordsize, size_t nails, int flags); VALUE rb_integer_unpack(int sign, const void *words, size_t numwords, size_t wordsize, size_t nails, int flags); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/