From 56c380de7ceba5f83801db9385a752c5f1437a79 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 8 Mar 2003 19:41:25 +0000 Subject: [PATCH] Enache Adrian reads comments. p4raw-id: //depot/perl@18854 --- perl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... */ -- 2.7.4