Branch: Tag:

2020-01-21

2020-01-21 10:43:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Added special case for empty strings and arrays.

758:    get_name_of_type(t), t);    }   #endif +  if (peek_type_stack()->type == PIKE_T_ZERO) { +  push_type(PIKE_T_ZERO); +  } else {    push_int_type(0, MAX_INT32); -  +  }    push_type(t);   }