summaryrefslogtreecommitdiff
path: root/gv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-12-06 13:41:45 +0000
committerNicholas Clark <nick@ccl4.org>2004-12-06 13:41:45 +0000
commitd9a22066ef928f4f3759cbd5455cf5ca596af7b4 (patch)
treea91e7fbc2006115fc639bb436466fb308b753ea0 /gv.h
parent3689a2d05021a53530f115759172fe1a75c6e691 (diff)
downloadperl-d9a22066ef928f4f3759cbd5455cf5ca596af7b4.tar.gz
Remove spurious semicolons
(As these 2 are spare, I guess I should send them to Mark Rhodes (former office mate) as he often said that he kept mislaying his) p4raw-id: //depot/perl@23614
Diffstat (limited to 'gv.h')
-rw-r--r--gv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gv.h b/gv.h
index dfc74ca18b..6e14f441e5 100644
--- a/gv.h
+++ b/gv.h
@@ -154,5 +154,5 @@ Return the SV from the GV.
#define GV_ADDINEVAL 0x08 /* add, as though we're doing so within an eval */
#define GV_NOINIT 0x10 /* add, but don't init symbol, if type != PVGV */
-#define gv_fullname3(sv,gv,prefix) gv_fullname4(sv,gv,prefix,TRUE);
-#define gv_efullname3(sv,gv,prefix) gv_efullname4(sv,gv,prefix,TRUE);
+#define gv_fullname3(sv,gv,prefix) gv_fullname4(sv,gv,prefix,TRUE)
+#define gv_efullname3(sv,gv,prefix) gv_efullname4(sv,gv,prefix,TRUE)