mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Support "unsigned short".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
38698dbbe3
commit
96d0ef6670
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ module DL
|
||||||
].join("\n")
|
].join("\n")
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_ptr
|
||||||
|
return @ptr
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Struct
|
class Struct
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue