-
Arne Goedeke authored
setters/getters are marked as variables with special run_time_type. object_equal_p() did not handle that case and ended up calling low_is_equal with type PIKE_T_GET_SET which would lead to a fatal. This change makes object_equal_p() ignore getters.
Arne Goedeke authoredsetters/getters are marked as variables with special run_time_type. object_equal_p() did not handle that case and ended up calling low_is_equal with type PIKE_T_GET_SET which would lead to a fatal. This change makes object_equal_p() ignore getters.