From d7ff98037597614e1ff629fd416077271dd73f2b Mon Sep 17 00:00:00 2001 From: ttate Date: Sun, 10 Apr 2005 23:05:52 +0000 Subject: CUnionEntity should inherit CStructEntity. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/lib/dl/struct.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dl/lib/dl/struct.rb') diff --git a/ext/dl/lib/dl/struct.rb b/ext/dl/lib/dl/struct.rb index 0bdc25a879..ba7e81eaf9 100644 --- a/ext/dl/lib/dl/struct.rb +++ b/ext/dl/lib/dl/struct.rb @@ -160,7 +160,7 @@ module DL end end - class CUnionEntity < CStruct + class CUnionEntity < CStructEntity include PackInfo def CUnionEntity.malloc(types, func=nil) -- cgit v1.2.3