提交 6812abb6 编写于 作者: T Teodor Sigaev

Fix incorrect header size macros

上级 fb30ac54
......@@ -13,7 +13,7 @@ typedef struct RegisNode
unsigned char data[1];
} RegisNode;
#define RNHDRSZ (sizeof(uint32)+sizeof(void*))
#define RNHDRSZ (offsetof(RegisNode,data))
#define RSF_ONEOF 1
#define RSF_NONEOF 2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册