Skip to content
Snippets Groups Projects
Commit fa155aea authored by Arne Goedeke's avatar Arne Goedeke
Browse files

equal: allow comparing objects with getters

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.
parent 58cfaa65
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment