summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-03-19 12:00:40 +0000
committerDavid Mitchell <davem@iabyn.com>2009-03-19 12:00:40 +0000
commit5e09101cdc61b91cda03341a522bd4209b0faf6f (patch)
treefdedae9a77763a46de628ddfb40828c4d595016c
parent9104b4c0ea2f05e79ccc75906324fcf43559a48a (diff)
downloadperl-5e09101cdc61b91cda03341a522bd4209b0faf6f.tar.gz
Don't totally eliminate Nullop; naughty code might define PERL_CORE
(an update to the merge of bcabcc50f85300b3fbf720ece84c2fd14bd909ed)
-rw-r--r--op.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/op.h b/op.h
index 9b9963020a..12d32268f0 100644
--- a/op.h
+++ b/op.h
@@ -527,9 +527,7 @@ struct loop {
#define cSVOPo_sv cSVOPx_sv(o)
#define kSVOP_sv cSVOPx_sv(kid)
-#ifndef PERL_CORE
-# define Nullop ((OP*)NULL)
-#endif
+#define Nullop ((OP*)NULL)
/* Lowest byte-and-a-bit of PL_opargs */
#define OA_MARK 1