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:
ttate 2002-04-11 06:35:48 +00:00
parent 38698dbbe3
commit 96d0ef6670

View file

@ -43,6 +43,10 @@ module DL
].join("\n")
}
end
def to_ptr
return @ptr
end
end
class Struct