diff options
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h index 0e2ad7280a..a6ed644fc9 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -174,7 +174,7 @@ PERLVAR(I, statgv, GV *) PERLVARI(I, statname, SV *, NULL) #ifdef HAS_TIMES -/* Will be removed soon after v5.21.0. See RT #121351 */ +/* Will be removed soon after v5.21.1. See RT #121351 */ PERLVAR(I, timesbuf, struct tms) #endif @@ -736,7 +736,7 @@ PERLVAR(I, debug_pad, struct perl_debug_pad) /* always needed because of the re /* Hook for File::Glob */ PERLVARI(I, globhook, globhook_t, NULL) -/* The last unconditional member of the interpreter structure when 5.21.0 was +/* The last unconditional member of the interpreter structure when 5.21.1 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. */ |