• Patch: Elm ME+ 2.5 PLalpha48 -> Elm ME+ 2.5 PLalpha49 [3/9] (5/6)

    From Kari Hurtta@21:1/5 to All on Thu Jan 3 16:42:07 2019
    [continued from previous message]

    ! filename,negate,read_flags);

    } else if (prev_type) {

    ***************
    *** 1152,1158 ****
    lcl,
    rest_S,
    cached_lines[x].
    ! lineno,filename);

    } else {
    rc_line_ignored_message(cached_lines[x].rest,
    --- 1158,1165 ----
    lcl,
    rest_S,
    cached_lines[x].
    ! lineno,filename,
    ! read_flags);

    } else {
    rc_line_ignored_message(cached_lines[x].rest,
    ***************
    *** 1245,1255 ****


    /* Removes processed block */
    ! void process_delayed_blocks(tag,rc_options,rc_option_count,errors_p)
    const char * tag;
    struct rc_save_info_rec * rc_options;
    size_t rc_option_count;
    int * errors_p;
    {
    struct delayed_block *b;

    --- 1252,1264 ----


    /* Removes processed block */
    ! void process_delayed_blocks(tag,rc_options,rc_option_count,
    ! errors_p,read_flags)
    const char * tag;
    struct rc_save_info_rec * rc_options;
    size_t rc_option_count;
    int * errors_p;
    + int read_flags /* READ_FLAG_IGNORE_MISSING */;
    {
    struct delayed_block *b;

    ***************
    *** 1284,1290