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

Make RDoc show up.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2006-08-28 02:31:58 +00:00
parent 6322272cea
commit cfdb83349e

View file

@ -244,7 +244,7 @@ rb_digest_base_equal(VALUE self, VALUE other)
*/
void
Init_digest()
Init_digest(void)
{
mDigest = rb_define_module("Digest");