Skip to content
Commit 3c6c33f1 authored by Torsten Schönfeld's avatar Torsten Schönfeld
Browse files

Correctly check whether an SV is a reference

Introduce the macro gperl_sv_is_ref and use it in favor of bare SvROK.
The former calls gperl_sv_is_defined and thus invokes "get magic" before
using SvROK.  This ensures that "magic" things (like tied variables) are
handled correctly.
parent b858c620
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment