Change 31662 by [EMAIL PROTECTED] on 2007/07/26 10:01:31
Don't use C++ comments.
Affected files ...
... //depot/perl/ext/Data/Dumper/Dumper.xs#72 edit
Differences ...
==== //depot/perl/ext/Data/Dumper/Dumper.xs#72 (text) ====
Index: perl/ext/Data/Dumper/Dumper.xs
--- perl/ext/Data/Dumper/Dumper.xs#71~31651~ 2007-07-24 13:42:14.000000000
-0700
+++ perl/ext/Data/Dumper/Dumper.xs 2007-07-26 03:01:31.000000000 -0700
@@ -791,7 +791,7 @@
plen = strlen(realpack);
pticks = num_q(realpack, plen);
- if (pticks) { // needs escaping
+ if (pticks) { /* needs escaping */
char *npack;
char *npack_buffer = NULL;
End of Patch.