pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.c:5395:
} } if (flags & ID_EXTERN) { run_time_type = PIKE_T_FREE; } else { run_time_type=compile_type_to_runtime_type(type); switch(run_time_type) {
-
#ifdef AUTO_BIGNUM
+
case T_INT:
-
#endif
+
case T_OBJECT: /* Make place for the object subtype. */ case T_FUNCTION: case T_PROGRAM: run_time_type = T_MIXED; } } n=low_define_variable(name,type,flags, low_add_storage(sizeof_variable(run_time_type),