summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2017-01-27 08:45:04 +0100
committerYves Orton <demerphq@gmail.com>2017-01-27 10:23:24 +0100
commitcddba0ca094e5b75c25748e7d0e03380aefe5972 (patch)
treeb9074ec7dc9b6b8948c66b8042985085d9f4d1fa /proto.h
parent81962cbb818f6e09ac369738be947d83e857d751 (diff)
downloadperl-cddba0ca094e5b75c25748e7d0e03380aefe5972.tar.gz
rename opnd to operand to save my sanity
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index 007bff78ec..7ec784981a 100644
--- a/proto.h
+++ b/proto.h
@@ -5042,9 +5042,9 @@ STATIC regnode* S_regclass(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, U32 dept
STATIC unsigned int S_regex_set_precedence(const U8 my_operator)
__attribute__warn_unused_result__;
-STATIC void S_reginsert(pTHX_ RExC_state_t *pRExC_state, U8 op, regnode *opnd, U32 depth);
+STATIC void S_reginsert(pTHX_ RExC_state_t *pRExC_state, U8 op, regnode *operand, U32 depth);
#define PERL_ARGS_ASSERT_REGINSERT \
- assert(pRExC_state); assert(opnd)
+ assert(pRExC_state); assert(operand)
STATIC regnode* S_regnode_guts(pTHX_ RExC_state_t *pRExC_state, const U8 op, const STRLEN extra_len, const char* const name);
#define PERL_ARGS_ASSERT_REGNODE_GUTS \
assert(pRExC_state); assert(name)