X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/b256460cd383b29766d66530f181b61c40a4eccb..546dd830d08e285bd00ae6191388f21e8ee3ab44:/ext/arybase/arybase.xs?ds=inline diff --git a/ext/arybase/arybase.xs b/ext/arybase/arybase.xs index b5d007b..a2806dd 100644 --- a/ext/arybase/arybase.xs +++ b/ext/arybase/arybase.xs @@ -116,7 +116,7 @@ STATIC void set_arybase_to(pTHX_ IV base) { sv_setiv_mg(hsv, base); } -#define old_ck(opname) STATIC OP *(*ab_old_ck_##opname)(pTHX_ OP *) = 0; +#define old_ck(opname) STATIC OP *(*ab_old_ck_##opname)(pTHX_ OP *) = 0 old_ck(sassign); old_ck(aassign); old_ck(aelem);