summaryrefslogtreecommitdiff
path: root/intrpvar.h
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 /intrpvar.h
parentaeecf691f59fe1423b7011655dd5de7d5fbd2192 (diff)
downloadperl-7d49f6898e172f330a81e972c5944fc5726fcbf3.tar.gz
s/Nullav/NULL/g
p4raw-id: //depot/perl@26380
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 9b95aad287..e45e23dff0 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -203,7 +203,7 @@ PERLVAR(Imodglobal, HV *) /* per-interp module data */
/* these used to be in global before 5.004_68 */
PERLVARI(Iprofiledata, U32 *, NULL) /* table of ops, counts */
PERLVARI(Irsfp, PerlIO * VOL, Nullfp) /* current source file pointer */
-PERLVARI(Irsfp_filters, AV *, Nullav) /* keeps active source filters */
+PERLVARI(Irsfp_filters, AV *, NULL) /* keeps active source filters */
PERLVAR(Icompiling, COP) /* compiling/done executing marker */
@@ -411,7 +411,7 @@ PERLVAR(IProc, struct IPerlProc*)
#if defined(USE_ITHREADS)
PERLVAR(Iptr_table, PTR_TBL_t*)
#endif
-PERLVARI(Ibeginav_save, AV*, Nullav) /* save BEGIN{}s when compiling */
+PERLVARI(Ibeginav_save, AV*, NULL) /* save BEGIN{}s when compiling */
PERLVARA(Ibody_arenaroots, SVt_LAST, void*) /* consolidated body-arena pointers */
@@ -466,7 +466,7 @@ PERLVAR(Iutf8_idcont, SV *)
PERLVAR(Isort_RealCmp, SVCOMPARE_t)
-PERLVARI(Icheckav_save, AV*, Nullav) /* save CHECK{}s when compiling */
+PERLVARI(Icheckav_save, AV*, NULL) /* save CHECK{}s when compiling */
PERLVARI(Iclocktick, long, 0) /* this many times() ticks in a second */