From 0398b69bfddc8738a4788f056a79ba9e4d44fcfb Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Tue, 28 Mar 2023 15:36:31 +0200 Subject: regen/HeaderParser.pm - remove comments from elif/else/endif when the contents is short it is a bit "noisy" to have comments that duplication the conditions when the original line with the condition is visible on the screen at the same time. this patch changes the rules so we only add these comments when the clause is 10 lines or more from its prior --- embedvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embedvar.h') diff --git a/embedvar.h b/embedvar.h index 3aba6d263a..b2f7da6b67 100644 --- a/embedvar.h +++ b/embedvar.h @@ -365,7 +365,7 @@ # define PL_xsubfilename (vTHX->Ixsubfilename) # if !defined(PL_sawampersand) # define PL_sawampersand (vTHX->Isawampersand) -# endif /* !defined(PL_sawampersand) */ +# endif #endif /* defined(MULTIPLICITY) */ /* ex: set ro ft=c: */ -- cgit v1.2.1