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 /pp.c | |
parent | aeecf691f59fe1423b7011655dd5de7d5fbd2192 (diff) | |
download | perl-7d49f6898e172f330a81e972c5944fc5726fcbf3.tar.gz |
s/Nullav/NULL/g
p4raw-id: //depot/perl@26380
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4404,7 +4404,7 @@ PP(pp_split) else if (gimme != G_ARRAY) ary = GvAVn(PL_defgv); else - ary = Nullav; + ary = NULL; if (ary && (gimme != G_ARRAY || (pm->op_pmflags & PMf_ONCE))) { realarray = 1; PUTBACK; |