ext: avoid potentially unsafe casts with C API
commit3c94498e18ca0f62bf62e5f3d844383b7417cc1c
authorEric Wong <normalperson@yhbt.net>
Fri, 4 Mar 2011 09:12:49 +0000 (4 09:12 +0000)
committerEric Wong <normalperson@yhbt.net>
Fri, 4 Mar 2011 09:12:49 +0000 (4 09:12 +0000)
tree4e722851b25cf93aabec3334098febe5335eff88
parentc2e6c1635c55bfd23470bd30878596245a5d25b0
ext: avoid potentially unsafe casts with C API

Rubinius may be pickier about what a VALUE is, so we can't
safely cast any C address into VALUEs.
ext/clogger_ext/clogger.c