This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
arybase.xs: Remove extraneous semicolon
[perl5.git]
/
ext
/
arybase
/
arybase.xs
diff --git
a/ext/arybase/arybase.xs
b/ext/arybase/arybase.xs
index
b5d007b
..
a2806dd
100644
(file)
--- 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);
}
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);
old_ck(sassign);
old_ck(aassign);
old_ck(aelem);