pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.c:5878:
return n; } } if (!(IDENTIFIERP(n)->id_flags & ID_EXTERN)) { if (IDENTIFIERP(n)->id_flags & ID_FINAL) my_yyerror("Illegal to redefine 'final' " "variable/functions %S", name); if(!(IDENTIFIERP(n)->id_flags & ID_INLINE) ||
-
Pike_compiler->compiler_pass != COMPILER_PASS_
LAST
)
+
Pike_compiler->compiler_pass != COMPILER_PASS_
FIRST
)
{ int n2; if(ID_FROM_INT(Pike_compiler->new_program, n)->type != type && !pike_types_le(type, ID_FROM_INT(Pike_compiler->new_program, n)->type)) { int level = REPORT_WARNING; if (!match_types(ID_FROM_INT(Pike_compiler->new_program, n)->type, type)) { level = REPORT_ERROR;