added qse_awk_rtx_getvaltype() and qse_awk_rtx_getintfromval() macros

This commit is contained in:
2014-10-22 17:05:45 +00:00
parent 4de030f8a3
commit fe1ff5cdba
11 changed files with 682 additions and 645 deletions

View File

@ -91,7 +91,7 @@ enum qse_awk_unrop_type_t
QSE_AWK_UNROP_MINUS,
QSE_AWK_UNROP_LNOT,
QSE_AWK_UNROP_BNOT,
QSE_AWK_UNROP_DEF /* : in the unary operation context */
QSE_AWK_UNROP_DEF /* `, is defined */
};
enum qse_awk_incop_type_t