summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-12-16 21:30:34 +0000
committerNicholas Clark <nick@ccl4.org>2005-12-16 21:30:34 +0000
commit7d49f6898e172f330a81e972c5944fc5726fcbf3 (patch)
treefb850177500bcbff74858b32114fe8482eb8f4f7 /scope.c
parentaeecf691f59fe1423b7011655dd5de7d5fbd2192 (diff)
downloadperl-7d49f6898e172f330a81e972c5944fc5726fcbf3.tar.gz
s/Nullav/NULL/g
p4raw-id: //depot/perl@26380
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.c b/scope.c
index 4806316068..6a862a4236 100644
--- a/scope.c
+++ b/scope.c
@@ -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,