summaryrefslogtreecommitdiff
path: root/ext/arybase
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-26 17:56:32 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-26 20:16:57 -0700
commit546dd830d08e285bd00ae6191388f21e8ee3ab44 (patch)
treea03bec6deb1559b155f7f2f0cd94fd8bad90d333 /ext/arybase
parentb256460cd383b29766d66530f181b61c40a4eccb (diff)
downloadperl-546dd830d08e285bd00ae6191388f21e8ee3ab44.tar.gz
arybase.xs: Remove extraneous semicolon
Diffstat (limited to 'ext/arybase')
-rw-r--r--ext/arybase/arybase.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/arybase/arybase.xs b/ext/arybase/arybase.xs
index b5d007b569..a2806dd19c 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);