diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-09 06:25:14 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-09 06:25:14 +0000 |
commit | 3b759e62ac4f530075eaab1a4c4b5fee65664b73 (patch) | |
tree | 0e1411b39dd8f8b988ff010057f2bb586dfcd47c /ext/dl/cptr.c | |
parent | 2d2cf42ed1d6fcc8a0fb62e91211a6819757d994 (diff) | |
download | ruby-3b759e62ac4f530075eaab1a4c4b5fee65664b73.tar.gz |
* ext/dl/dl.c (Init_dl): protoized.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/cptr.c')
-rw-r--r-- | ext/dl/cptr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dl/cptr.c b/ext/dl/cptr.c index 7487b0cf55..00ad39e52e 100644 --- a/ext/dl/cptr.c +++ b/ext/dl/cptr.c @@ -446,7 +446,7 @@ rb_dlptr_s_to_ptr(VALUE self, VALUE val) } void -Init_dlptr() +Init_dlptr(void) { id_to_ptr = rb_intern("to_ptr"); |