diff options
author | David Mitchell <davem@iabyn.com> | 2015-10-16 13:07:23 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-02-03 08:59:45 +0000 |
commit | 9aba0c93f90eae29f42bd1b63c0079b8c7f4e364 (patch) | |
tree | 472e596ccc8d76f79b1f16098c7b2724be73adb2 /proto.h | |
parent | fc69996cc42063c74cbeea44eba0c7f4ec7a301e (diff) | |
download | perl-9aba0c93f90eae29f42bd1b63c0079b8c7f4e364.tar.gz |
rename S_doeval() to S_doeval_compile()
This makes it a bit more obvious what niche in the "eval" ecosystem
that it occupies.
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4473,7 +4473,7 @@ STATIC OP* S_do_smartmatch(pTHX_ HV* seen_this, HV* seen_other, const bool copie STATIC OP* S_docatch(pTHX_ OP *o) __attribute__warn_unused_result__; -STATIC bool S_doeval(pTHX_ int gimme, CV* outside, U32 seq, HV* hh); +STATIC bool S_doeval_compile(pTHX_ int gimme, CV* outside, U32 seq, HV* hh); STATIC OP* S_dofindlabel(pTHX_ OP *o, const char *label, STRLEN len, U32 flags, OP **opstack, OP **oplimit) __attribute__warn_unused_result__; #define PERL_ARGS_ASSERT_DOFINDLABEL \ |