---------- define c-struct slot is-a :: ; pointer-type-name: ; c-name: "objc_object"; end; ---------- This fails with the following error. ---------- Serious warning at objective-c-runtime:18: Unexpected token "::". objective-c-runtime:17: -- objective-c-runtime:18: slot is-a :: ; objective-c-runtime:19: -- ----------