summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-11-04 13:54:41 -0700
committerKarl Williamson <khw@cpan.org>2019-11-05 09:47:51 -0700
commit320be1816241809772bceff1a76efd1a38d2c5e9 (patch)
treee207922afa1fea28708406ae4b83a71d22d5aac5 /gv.c
parent1ea994e717d1d64160a3e457c2ae91fc8b2c3411 (diff)
downloadperl-320be1816241809772bceff1a76efd1a38d2c5e9.tar.gz
gv.c: SVf needs to be surrounded by spaces
perl can be compiled with C++, and this is illegal there.
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gv.c b/gv.c
index 93be47ee51..9a4eae0625 100644
--- a/gv.c
+++ b/gv.c
@@ -814,8 +814,8 @@ S_gv_fetchmeth_internal(pTHX_ HV* stash, SV* meth, const char* name, STRLEN len,
} else {
Perl_ck_warner(aTHX_ packWARN(WARN_SYNTAX),
"While trying to resolve method call %.*s->%.*s()"
- " can not locate package \"%"SVf"\" yet it is mentioned in @%.*s::ISA"
- " (perhaps you forgot to load \"%"SVf"\"?)",
+ " can not locate package \"%" SVf "\" yet it is mentioned in @%.*s::ISA"
+ " (perhaps you forgot to load \"%" SVf "\"?)",
(int) hvnamelen, hvname,
(int) len, name,
SVfARG(linear_sv),