summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-28 15:36:31 +0200
committerYves Orton <demerphq@gmail.com>2023-04-05 15:22:55 +0800
commit0398b69bfddc8738a4788f056a79ba9e4d44fcfb (patch)
tree73c4f9310b6c51be7e57100ee91c29c71ce0bd17 /embedvar.h
parent9d18cc1309653402735f34cc33436853730b54fa (diff)
downloadperl-0398b69bfddc8738a4788f056a79ba9e4d44fcfb.tar.gz
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
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h2
1 files changed, 1 insertions, 1 deletions
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: */