diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-12-06 13:41:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-12-06 13:41:45 +0000 |
commit | d9a22066ef928f4f3759cbd5455cf5ca596af7b4 (patch) | |
tree | a91e7fbc2006115fc639bb436466fb308b753ea0 /gv.h | |
parent | 3689a2d05021a53530f115759172fe1a75c6e691 (diff) | |
download | perl-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |