Update to the new Smoke ABI (v.3)
src/smoke-c/class.lisp
Sun Dec 13 11:17:08 CET 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Update to the new Smoke ABI (v.3)
--- old-smoke/src/smoke-c/class.lisp 2014-10-30 08:09:57.000000000 +0100
+++ new-smoke/src/smoke-c/class.lisp 2014-10-30 08:09:57.000000000 +0100
@@ -14,7 +14,8 @@
(parents smoke-index)
(class-function :pointer)
(enum-function :pointer)
- (flags :unsigned-short))
+ (flags :unsigned-short)
+ (size :unsigned-int))
(defcfun smoke-find-class :void
(m :pointer smoke-module-index)