diff options
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3848,7 +3848,7 @@ Perl_init_dbargs(pTHX) "leak" until global destruction. */ av_clear(args); } - AvREAL_off(PL_dbargs); /* XXX should be REIFY (see av.h) */ + AvREIFY_only(PL_dbargs); } void |