summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-22 18:26:21 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-22 18:26:21 +0000
commit24792b8dabd61fb81a064d275b67bc65123a8d4c (patch)
treed586244a6482f635ca0ebf02092f2c76ff71c8d9 /op.h
parentd0cc0e64ef59c3e62362fbf0dc35c7753c137553 (diff)
downloadperl-24792b8dabd61fb81a064d275b67bc65123a8d4c.tar.gz
Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na
when PERL_CORE is defined. (Which, "obviously", is only in code within the perl source tree, which we control). Nullop remains, and would be moderately invasive to remove. p4raw-id: //depot/perl@32707
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index 2720df032f..9dda22fbcb 100644
--- a/op.h
+++ b/op.h
@@ -509,7 +509,7 @@ struct loop {
#define cSVOPo_sv cSVOPx_sv(o)
#define kSVOP_sv cSVOPx_sv(kid)
-#define Nullop Null(OP*)
+#define Nullop ((OP*)NULL)
/* Lowest byte-and-a-bit of PL_opargs */
#define OA_MARK 1