pike.git
/
src
/
pike_types.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/pike_types.cmod:12578:
push_finished_type(arg2); push_finished_type(arg1->car); push_type(arg1->type); return pop_unfinished_type(); } break; default: Pike_fatal("apply_type_operator(): Unknown operator: 0x%04x\n", op); break; }
-
if (!res) {
-
res = mixed_type_string;
-
add_ref(res);
-
}
+
return res; } struct pike_type *get_lax_type_of_svalue( const struct svalue *c ) { struct pike_type *res; if (TYPEOF(*c) == T_INT) { if (c->u.integer) copy_pike_type(res, int_type_string);