Stephen R. van den Berg wrote:
11623 11624 loop: 11625 /* Count the number of array levels. */ 11626 while(fun_type->type == PIKE_T_ARRAY) { 11627 array_cnt++; 11628 fun_type = fun_type->cdr; 11629 } 11630 (gdb) p fun_type $1 = (struct pike_type *) 0x0 (gdb)
And: array_cnt = 1