projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4ee3916
)
remove syntax error from < 5.10 branch of Data::Dumper
Dave Mitchell [Fri, 5 Dec 2008 22:22:30 +0000 (22:22 +0000)]
p4raw-id: //depot/perl@35021
ext/Data/Dumper/Dumper.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Data/Dumper/Dumper.xs
b/ext/Data/Dumper/Dumper.xs
index
af5c2e2
..
e7a342e
100644
(file)
--- a/
ext/Data/Dumper/Dumper.xs
+++ b/
ext/Data/Dumper/Dumper.xs
@@
-195,7
+195,7
@@
esc_q_utf8(pTHX_ SV* sv, register const char *src, register STRLEN slen)
#if PERL_VERSION < 10
sprintf(r, "\\x{%"UVxf"}", k);
r += strlen(r);
- #my_sprintf is not supported by ppport.h
+ /* my_sprintf is not supported by ppport.h */
#else
r = r + my_sprintf(r, "\\x{%"UVxf"}", k);
#endif