diff options
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6444,7 +6444,7 @@ PP(pp_coreargs) PERL_CONTEXT *cx = CX_CUR(); assert(CxHASARGS(cx)); - POPSUB_ARGS(cx);; + CX_POPSUB_ARGS(cx);; cx->cx_type &= ~CXp_HASARGS; } } |