projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46267ef
)
Remove comment added by mistake in c7abbf64
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 19 Nov 2011 19:59:54 +0000
(11:59 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 20 Nov 2011 00:14:54 +0000
(16:14 -0800)
universal.c
patch
|
blob
|
history
diff --git
a/universal.c
b/universal.c
index
6ea0e29
..
b62a923
100644
(file)
--- a/
universal.c
+++ b/
universal.c
@@
-154,7
+154,7
@@
Perl_sv_derived_from_pvn(pTHX_ SV *sv, const char *const name, const STRLEN len,
SvGETMAGIC(sv);
- if (SvROK(sv)) {
/* hugdo: */
+ if (SvROK(sv)) {
const char *type;
sv = SvRV(sv);
type = sv_reftype(sv,0);