Branch: Tag:

2018-02-12

2018-02-12 21:49:35 by Marcus Comstedt <marcus@mc.pp.se>

Fix spelling of FALLTHRU directive

The non-standard spelling "FALL_THROUGH" is not recognized by gcc 7.3.
Also, the comment must not contain any other text, or be placed inside
braces.

907:    }    }    } -  /* FALL_THROUGH */ +  /* FALLTHRU */    case F_EXTERNAL:    /* Check that it is in this context */    if(Pike_compiler ->new_program->id == var->u.integer.a)
1367:    /* a = `oper(a,*) */    if (is_apply_constant_function_arg0( CDR(n), CAR(n) ))    return 1; -  /* FALL_THROUGH */ +  /* FALLTHRU */    default:    do_not_suboptimize_assign:    switch(CAR(n)->token)
1452:    }    }    } -  /* FALL_THROUGH */ +  /* FALLTHRU */    case F_EXTERNAL:    /* Check that it is in this context */    if(Pike_compiler ->new_program->id == CAR(n)->u.integer.a)
2657:    return 1;    }    } -  /* FALL_THROUGH */ +  /* FALLTHRU */    default:   #ifdef PIKE_DEBUG    if((TYPEOF(n->u.sval) == T_OBJECT) &&