summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-11-29 00:13:38 +0000
committerZefram <zefram@fysh.org>2017-11-29 00:13:38 +0000
commitaf8bd34d16b94bde32535062ba4e88407be233a0 (patch)
tree16624cf953260f72a8fd47d5de0fa96df8f5b4e6 /embed.h
parent5086635a9f7a492b5a0c6228ecf7a22abbabeef6 (diff)
downloadperl-af8bd34d16b94bde32535062ba4e88407be233a0.tar.gz
use LOOP struct for entergiven op
This will support the upcoming change to let loop control ops apply to "given" blocks.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index f726f97980..e0362efb93 100644
--- a/embed.h
+++ b/embed.h
@@ -1654,7 +1654,6 @@
#define modkids(a,b) S_modkids(aTHX_ a,b)
#define move_proto_attr(a,b,c,d) S_move_proto_attr(aTHX_ a,b,c,d)
#define my_kid(a,b,c) S_my_kid(aTHX_ a,b,c)
-#define newGIVWHENOP(a,b,c,d) S_newGIVWHENOP(aTHX_ a,b,c,d)
#define newMETHOP_internal(a,b,c,d) S_newMETHOP_internal(aTHX_ a,b,c,d)
#define new_logop(a,b,c,d) S_new_logop(aTHX_ a,b,c,d)
#define no_bareword_allowed(a) S_no_bareword_allowed(aTHX_ a)