summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-10-05 15:50:18 +0100
committerDavid Mitchell <davem@iabyn.com>2016-02-03 08:59:40 +0000
commit97f2561e109775e544e99ab5350e8bc88556561c (patch)
tree43c4d85eebb9047dd878b5928d92663cbc46db05 /proto.h
parentaedeb7c264b5d0ee99aac0380b3f017f04566a49 (diff)
downloadperl-97f2561e109775e544e99ab5350e8bc88556561c.tar.gz
rename S_dopoptogiven() to S_dopoptogivenfor()
Since it searches the context stack for the next GIVEN *or* FOR LOOP context, make the name better express its purpose.
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 cef94b5b41..48a740d0ab 100644
--- a/proto.h
+++ b/proto.h
@@ -4485,7 +4485,7 @@ STATIC MAGIC * S_doparseform(pTHX_ SV *sv);
STATIC I32 S_dopoptoeval(pTHX_ I32 startingblock)
__attribute__warn_unused_result__;
-STATIC I32 S_dopoptogiven(pTHX_ I32 startingblock)
+STATIC I32 S_dopoptogivenfor(pTHX_ I32 startingblock)
__attribute__warn_unused_result__;
STATIC I32 S_dopoptolabel(pTHX_ const char *label, STRLEN len, U32 flags)