• Patch: Elm ME+ 2.5 PLalpha64 -> Elm ME+ 2.5 PLalpha65 [2/2] (2/2)

    From Kari Hurtta@21:1/5 to All on Mon Dec 2 19:16:14 2024
    [continued from previous message]

    !
    }

    failure:
    --- 139,153 ----

    if (POS < len) {
    res = span_line(ctx,cur_line,&CUR_col,quote_prefix,&POS,&MAY_clear, ! THIS_flags,COLUMNS/3,len-lastX,WP,
    ! NULL /* No collapse of space */);

    if (res != span_ok || POS < len) {
    DPRINT(Debug,12,(&Debug,
    "span_range_prefix: failure, pos=%d, col=%d, res=%d\n",
    POS,CUR_col,res));
    goto failure;
    ! }
    }

    failure:
    ***************
    *** 177,184 ****
    *mayclear = MAY_clear;

    DPRINT(Debug,12,(&Debug,
    ! "span_range_prefix=%d (col = %d -> %d, line = %d)\n",
    ! res,START_col, CUR_col, cur_line));

    return res;
    }
    --- 178,197 ----
    *mayclear = MAY_clear;

    DPRINT(Debug,12,(&Debug,
    ! "span_range_prefix=%d",res));
    ! switch (res) {
    ! case span_failure: DPRINT(Debug,12,(&Debug," span_failure")); break;
    ! case span_ok: DPRINT(Debug,12,(&Debug," span_ok")); break;
    ! case span_FF_seen: DPRINT(Debug,12,(&Debug," span_F