From: Rafael Garcia-Suarez Date: Thu, 26 Jul 2007 10:01:31 +0000 (+0000) Subject: Don't use C++ comments. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=34baf60a680c49325b06dc7430b69064f1babb13;p=p5sagit%2Fp5-mst-13.2.git Don't use C++ comments. p4raw-id: //depot/perl@31662 --- diff --git a/ext/Data/Dumper/Dumper.xs b/ext/Data/Dumper/Dumper.xs index fdb523b..100778b 100644 --- a/ext/Data/Dumper/Dumper.xs +++ b/ext/Data/Dumper/Dumper.xs @@ -791,7 +791,7 @@ DD_dump(pTHX_ SV *val, const char *name, STRLEN namelen, SV *retval, HV *seenhv, plen = strlen(realpack); pticks = num_q(realpack, plen); - if (pticks) { // needs escaping + if (pticks) { /* needs escaping */ char *npack; char *npack_buffer = NULL;