enhanced assertion output for win32

This commit is contained in:
2014-04-23 04:37:57 +00:00
parent ec56609d4f
commit fab24cd3d3
9 changed files with 83 additions and 29 deletions

View File

@ -132,13 +132,13 @@ typedef struct qse_awk_loc_t qse_awk_loc_t;
unsigned int type: 3; \
unsigned int ref: 26; \
unsigned int stat: 1; \
unsigned int nstr: 2;
unsigned int nstr: 2
*/
#define QSE_AWK_VAL_HDR \
qse_uintptr_t type: 3; \
qse_uintptr_t ref: ((QSE_SIZEOF_UINTPTR_T * 8) - 6); \
qse_uintptr_t stat: 1; \
qse_uintptr_t nstr: 2;
qse_uintptr_t nstr: 2
/**
* The qse_awk_val_t type is an abstract value type. A value commonly contains: