changed functions and macros related to quick integer handling

This commit is contained in:
2014-10-23 09:30:22 +00:00
parent aed205c298
commit 84798f4fd0
14 changed files with 121 additions and 100 deletions

View File

@ -2525,6 +2525,16 @@ QSE_EXPORT int qse_awk_rtx_isstaticval (
qse_awk_val_t* val /**< value to check */
);
QSE_EXPORT int qse_awk_rtx_getvaltype (
qse_awk_rtx_t* rtx,
qse_awk_val_t* val
);
QSE_EXPORT int qse_awk_rtx_getintfromval (
qse_awk_rtx_t* rtx,
qse_awk_val_t* val
);
/**
* The qse_awk_rtx_refupval() function increments a reference count of a
* value \a val.