From d4222de00860407a7c86f19fdb5531ac98b1b7ad Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 25 Dec 2008 23:46:46 +0100 Subject: Lies, damn lies and end-of-block comments From: Michael G Schwern Date: Fri, 26 Sep 2008 00:06:31 -0400 Message-ID: <48DC5FC7.3000807@pobox.com> I was reading reentr.h and noticed a lot of the endif's for the HAS_XXX_R macros were wrongly indented and their comments had the wrong condition. The attached patch fixes the indentation and removes all but the last comment which is shortest and furthest from its start. No point in an end-of-block comment on a one statement block, just falls out of date and obscures the structure. (plus "make regen") --- reentr.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'reentr.pl') diff --git a/reentr.pl b/reentr.pl index ea327a09fe..8cc4a5ec6c 100644 --- a/reentr.pl +++ b/reentr.pl @@ -751,13 +751,13 @@ EOF EOF } } - push @wrap, <