diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-12-16 21:30:34 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-12-16 21:30:34 +0000 |
commit | 7d49f6898e172f330a81e972c5944fc5726fcbf3 (patch) | |
tree | fb850177500bcbff74858b32114fe8482eb8f4f7 /scope.c | |
parent | aeecf691f59fe1423b7011655dd5de7d5fbd2192 (diff) | |
download | perl-7d49f6898e172f330a81e972c5944fc5726fcbf3.tar.gz |
s/Nullav/NULL/g
p4raw-id: //depot/perl@26380
Diffstat (limited to 'scope.c')
-rw-r--r-- | scope.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -676,7 +676,7 @@ Perl_leave_scope(pTHX_ I32 base) case SAVEt_SVREF: /* scalar reference */ value = (SV*)SSPOPPTR; ptr = SSPOPPTR; - av = Nullav; /* what to refcnt_dec */ + av = NULL; /* what to refcnt_dec */ restore_sv: sv = *(SV**)ptr; DEBUG_S(PerlIO_printf(Perl_debug_log, |