| if ((c == ')') || (c == '(') || (c == ',')) | if ((c == ')') || (c == '(') || (c == ',')) | ||||
| ctx->item_terminator = c; | ctx->item_terminator = c; | ||||
| if ((c == ')') || (c == ',')) | |||||
| c = ' '; | |||||
| else if (!feof(ctx->f_in)) | |||||
| if (!feof(ctx->f_in) && !(c == ')' || c == ',')) | |||||
| unget_char(ctx, c); | unget_char(ctx, c); | ||||
| if (type == tSTRING) | if (type == tSTRING) |