Branch: Tag:

2014-09-18

2014-09-18 05:11:48 by Martin Nilsson <nilsson@opera.com>

Removed compat support for Pike 7.4.

1381:    SET_SVAL_TYPE(Pike_sp[-1], T_FUNCTION);    }else{    extern void f_object_program(INT32); -  if (Pike_compiler->compiler_pass == 2 && !TEST_COMPAT (7, 4)) { +  if (Pike_compiler->compiler_pass == 2)    yywarning("Using object as program identifier."); -  } +     f_object_program(1);    }    }