Branch: Tag:

2014-08-10

2014-08-10 20:41:12 by Martin Nilsson <nilsson@opera.com>

Remove Pike 0.6 support.

2309:    if(!is_const(case_val))    yyerror("Case label isn't constant.");    -  if (case_val->type && !TEST_COMPAT(0,6)) { +  if (case_val->type) {    if (!pike_types_le(case_val->type, current_switch.type)) {    if (!match_types(case_val->type, current_switch.type)) {    yytype_error("Type mismatch in case.",