summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2016-01-17 14:16:10 +0000
committerAaron Crane <arc@cpan.org>2016-01-17 14:16:10 +0000
commit436227c7877b480efedf7a072d4eeea93147a017 (patch)
tree6330be0549273eb84155fb0ea73703181e43bc7c /intrpvar.h
parentfcb87af34fc5f5629d91cec6b1b0e1b54a572d4c (diff)
downloadperl-436227c7877b480efedf7a072d4eeea93147a017.tar.gz
Fix version numbers in intrpvar.h comments
There are two version numbers in intrpvar.h that have been repeatedly but confusingly bumped by an older version of Porting/bump-perl-version. Now that the porting script ignores intrpvar.h, it's better to restore the version numbers to the way they were when they were originally added. The comment for PERL_LAST_5_18_0_INTERP_MEMBER was introduced in commit d399cf59bde32e412ae99791ae46a871c7337b42, and the comments for PL_timesbuf was introduced in 25983af42cdcf2dc1fea6717dac7aac441b6301d.
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index de700a04fe..64a0e6b61a 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -191,7 +191,7 @@ PERLVAR(I, statgv, GV *)
PERLVARI(I, statname, SV *, NULL)
#ifdef HAS_TIMES
-/* Will be removed soon after v5.23.7. See RT #121351 */
+/* Will be removed soon after v5.21.0. See RT #121351 */
PERLVAR(I, timesbuf, struct tms)
#endif
@@ -766,7 +766,7 @@ PERLVARI(I, globhook, globhook_t, NULL)
PERLVARI(I, padlist_generation, U32, 1) /* id to identify padlist clones */
-/* The last unconditional member of the interpreter structure when 5.23.7 was
+/* The last unconditional member of the interpreter structure when 5.18.0 was
released. The offset of the end of this is baked into a global variable in
any shared perl library which will allow a sanity test in future perl
releases. */