summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-10-16 13:07:23 +0100
committerDavid Mitchell <davem@iabyn.com>2016-02-03 08:59:45 +0000
commit9aba0c93f90eae29f42bd1b63c0079b8c7f4e364 (patch)
tree472e596ccc8d76f79b1f16098c7b2724be73adb2 /proto.h
parentfc69996cc42063c74cbeea44eba0c7f4ec7a301e (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index cad0dfd16d..48208640c7 100644
--- a/proto.h
+++ b/proto.h
@@ -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 \