pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.c:12244:
if(!match_types(ID_FROM_INT(a,i)->type, bid->type)) { string_builder_sprintf(s, "Type of identifier %S does not match.\n" "Expected: %O.\n" "Got : %O.\n", bid->name, Pike_sp-2, Pike_sp-1); } else { string_builder_sprintf(s,
-
"Type of identifier %S is not strictly compatible."
,
+
"Type of identifier %S is not strictly compatible."
"Expected: %O.\n" "Got : %O.\n", bid->name, Pike_sp-2, Pike_sp-1); } pop_n_elems(2); continue; } }