summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-24 23:15:17 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-24 23:15:17 -0700
commite92f843df4fffff9b210a84828d09e0af4499cd2 (patch)
tree638336469f0f59df61600470e1b32153e499bc3a /embed.fnc
parent0c9ebd17aa42014b9f4412c8a0077a694d8112da (diff)
downloadperl-e92f843df4fffff9b210a84828d09e0af4499cd2.tar.gz
Revert "Test CORE::break’s prototype"
This reverts commit e52d58aa5bea245b66786b4c9029e849a2be69d3. I don’t quite know how I managed it, but I really screw up this time! Two completely unrelated commits ended up getting merged into one, so, to avoid confusion down the road, I’m reverting it, only to reapply it shortly....
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 636361bc52..2ed8f60ca1 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -623,7 +623,7 @@ p |OP* |jmaybe |NN OP *o
pP |I32 |keyword |NN const char *name|I32 len|bool all_keywords
#if defined(PERL_IN_OP_C)
s |OP* |opt_scalarhv |NN OP* rep_op
-s |void |inplace_aassign |NN OP* o
+s |OP* |is_inplace_av |NN OP* o|NULLOK OP* oright
#endif
Ap |void |leave_scope |I32 base
: Public lexer API