added the global variable STRIPRECSPC.

fixed how to set rtx->gbl.ignorecase for IGNORECASE in set_global()
This commit is contained in:
2019-02-04 12:20:16 +00:00
parent 3fdddccde3
commit 98f726e2cc
6 changed files with 56 additions and 17 deletions

View File

@ -1365,6 +1365,7 @@ enum qse_awk_gbl_id_t
QSE_AWK_GBL_RLENGTH,
QSE_AWK_GBL_RS,
QSE_AWK_GBL_RSTART,
QSE_AWK_GBL_STRIPRECSPC,
QSE_AWK_GBL_SUBSEP,
/* these are not not the actual IDs and are used internally only