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.

3339:    if( b < 0 )    break;    -  /* FALL_THROUGH */ +  /* FALLTHRU */       case F_DIVIDE_INT:    {
3517:    case F_ADD_NEG_INT:    b = -b;    -  /* FALL_THROUGH */ +  /* FALLTHRU */       case F_ADD_INT:    {
3898:    shr_reg_imm( ARG1_REG, 4 );    /* arg1 = (sp_reg - *--mark_sp)/16 (sizeof(svalue)) */    -  /* FALL_THROUGH */ +  /* FALLTHRU */       case F_MARK_CALL_BUILTIN:    if(a == F_MARK_CALL_BUILTIN )
3907:    mov_imm_reg( 0, ARG1_REG );    }    -  /* FALL_THROUGH */ +  /* FALLTHRU */       case F_CALL_BUILTIN1:    if(a == F_CALL_BUILTIN1 )