summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorYves Orton <demerphq@dromedary.booking.com>2008-12-27 11:30:17 +0100
committerYves Orton <demerphq@dromedary.booking.com>2008-12-27 11:30:17 +0100
commit6f6ff2420de036411e29eb74a1ae78ec86161ad8 (patch)
tree07e4823e5ab018962b42f7aed479da638a34cb8a /perl.c
parentb06e0d456d71354ff1405da4e9d765c7d6aa38c3 (diff)
downloadperl-6f6ff2420de036411e29eb74a1ae78ec86161ad8.tar.gz
come new version related code in perl.c is not enabled -- explain why
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index be78890013..12db1b57b2 100644
--- a/perl.c
+++ b/perl.c
@@ -1909,6 +1909,8 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit)
for (i = 1; i <= LOCAL_PATCH_COUNT; i++) {
if (PL_localpatches[i])
#ifdef X_PERL_PATCHNUM
+/* this is ifdef'ed out, we would enable this if we want to transform
+ "DEVEL" registered patches into the git name */
if (strEQ(PL_localpatches[i],"DEVEL"))
Perl_sv_catpvf(aTHX_ opts_prog,"q%c\t%s\n%c,",
0, STRINGIFY(PERL_PATCHNUM), 0);