pike.git
/
src
/
builtin.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/builtin.cmod:1978:
struct identifier *id = ID_FROM_PTR(p, ref); id_flags = ref->id_flags; fun_type = id->type; } else { type_stack_mark(); push_int_type(MIN_INT32, MAX_INT32); push_unlimited_array_type(T_STRING); push_type(T_VOID); push_type(T_MANY); push_int_type(MIN_INT32, MAX_INT32);
-
push_type(T_STRING);
+
push_
unlimited_array_
type(T_STRING);
push_int_type(MIN_INT32, MAX_INT32); push_type(T_MAPPING); push_type(T_VOID); push_type(T_OR); push_type(T_FUNCTION); push_int_type(MIN_INT32, MAX_INT32); push_type(T_FUNCTION); fun_type = pop_unfinished_type(); simple_describe_type(fun_type); }