Don't use C++ comments.
Rafael Garcia-Suarez [Thu, 26 Jul 2007 10:01:31 +0000 (10:01 +0000)]
p4raw-id: //depot/perl@31662

ext/Data/Dumper/Dumper.xs

index fdb523b..100778b 100644 (file)
@@ -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;