added QSE_XLI_MULSEGSTR

This commit is contained in:
2013-09-16 13:33:51 +00:00
parent cb170d2e7a
commit c1c1f203ee
4 changed files with 16 additions and 9 deletions

View File

@ -734,7 +734,7 @@ static int read_pair (qse_xli_t* xli)
curstrseg = (qse_xli_str_t*)pair->val;
if (get_token (xli) <= -1) goto oops;
if (MATCH(xli, TOK_COMMA))
if ((xli->opt.trait & QSE_XLI_MULSEGSTR) && MATCH(xli, TOK_COMMA))
{
/* multi-segmented string */
do