From: Jarkko Hietaniemi Date: Sat, 8 Mar 2003 19:41:25 +0000 (+0000) Subject: Enache Adrian reads comments. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=56c380de7ceba5f83801db9385a752c5f1437a79;p=p5sagit%2Fp5-mst-13.2.git Enache Adrian reads comments. p4raw-id: //depot/perl@18854 --- diff --git a/perl.h b/perl.h index 618da60..a7b502e 100644 --- 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... */