Enache Adrian reads comments.
Jarkko Hietaniemi [Sat, 8 Mar 2003 19:41:25 +0000 (19:41 +0000)]
p4raw-id: //depot/perl@18854

perl.h

diff --git a/perl.h b/perl.h
index 618da60..a7b502e 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -4243,7 +4243,7 @@ extern void moncontrol(int);
 #endif
 
 /* Use instead of abs() since abs() forces its argument to be an int,
- * but also beware since evaluates its argument thrice. */
+ * but also beware since this evaluates its argument twice, so no x++. */
 #define PERL_ABS(x) ((x) < 0 ? -(x) : (x))
 
 /* and finally... */