Skip to content
  • Torsten Schönfeld's avatar
    Correctly check whether an SV is a reference · 3c6c33f1
    Torsten Schönfeld authored
    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.
    3c6c33f1