*improved code.

This commit is contained in:
paladin-t 2016-03-02 14:48:33 +08:00
parent efec2bde8c
commit e0d6853e6b

View File

@ -531,7 +531,7 @@ typedef struct _import_info_t {
} _import_info_t;
#endif /* MB_ENABLE_SOURCE_TRACE */
typedef union _raw_u { char c; int_t i; real_t r; void* p; mb_val_bytes_t b; } _raw_u;
typedef union _raw_u { mb_data_e e; char c; int_t i; real_t r; void* p; mb_val_bytes_t b; } _raw_u;
typedef unsigned char _raw_t[sizeof(_raw_u)];