+added unary negative meta function overriding support for referenced usertype.

This commit is contained in:
Wang Renxin 2016-06-23 10:19:10 +08:00 committed by GitHub
parent c294248b0b
commit c02f468a7d

View File

@ -473,7 +473,8 @@ typedef enum mb_meta_func_u {
MB_MF_ADD,
MB_MF_SUB,
MB_MF_MUL,
MB_MF_DIV
MB_MF_DIV,
MB_MF_NEG
} mb_meta_func_u;
typedef unsigned char mb_val_bytes_t[mb_max(mb_max(sizeof(void*), sizeof(unsigned long)), mb_max(sizeof(int_t), sizeof(real_t)))];