projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2dc296d
)
In Perl_moreswitches(), merge 2 string constants in the code implementing -v.
Nicholas Clark [Mon, 5 Oct 2009 19:04:13 +0000 (21:04 +0200)]
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
7a1db7c
..
2c51286
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-3224,9
+3224,8
@@
Perl_moreswitches(pTHX_ const char *s)
#endif
PerlIO_printf(PerlIO_stdout(),
"\nThis is perl, %"SVf
- " built for %s",
- level,
- ARCHNAME);
+ " built for " ARCHNAME,
+ level);
SvREFCNT_dec(level);
}
#else /* DGUX */