diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-08-24 23:15:17 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-08-24 23:15:17 -0700 |
commit | e92f843df4fffff9b210a84828d09e0af4499cd2 (patch) | |
tree | 638336469f0f59df61600470e1b32153e499bc3a /embed.h | |
parent | 0c9ebd17aa42014b9f4412c8a0077a694d8112da (diff) | |
download | perl-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.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1342,8 +1342,8 @@ #define force_list(a) S_force_list(aTHX_ a) #define gen_constant_list(a) S_gen_constant_list(aTHX_ a) #define gv_ename(a) S_gv_ename(aTHX_ a) -#define inplace_aassign(a) S_inplace_aassign(aTHX_ a) #define is_handle_constructor S_is_handle_constructor +#define is_inplace_av(a,b) S_is_inplace_av(aTHX_ a,b) #define is_list_assignment(a) S_is_list_assignment(aTHX_ a) #define listkids(a) S_listkids(aTHX_ a) #define looks_like_bool(a) S_looks_like_bool(aTHX_ a) |