pike.git / src / operators.c

version» Context lines:

pike.git/src/operators.c:5694:    return 1;    }    tmp = eval_low(*expr, 0);    if (tmp < 1) {    pop_stack();    yyerror("Argument 1 to _Static_assert is not constant.");    return 1;    }    if (tmp > 1) pop_n_elems(tmp-1);    if (SAFE_IS_ZERO(Pike_sp-1)) { -  my_yyerror("Assertion failed: %S", Pike_sp[-2].u.string); +  my_yyerror("Assertion failed: %pS", Pike_sp[-2].u.string);    }    pop_n_elems(2);    return 1;   }      /*! @class string_assignment    */      struct program *string_assignment_program;