summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-02-19 19:47:14 +0100
committerNicholas Clark <nick@ccl4.org>2013-02-19 19:47:14 +0100
commitd399cf59bde32e412ae99791ae46a871c7337b42 (patch)
treed380f8b298586831c1a05b490b6d8a21dd01f7b2 /intrpvar.h
parente914d9bb761c46152f77ac90b434b263b133fcbc (diff)
downloadperl-d399cf59bde32e412ae99791ae46a871c7337b42.tar.gz
Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.
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 8a2c66426d..852f9a0466 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -722,11 +722,11 @@ PERLVAR(I, custom_ops, HV *) /* custom op registrations */
/* Hook for File::Glob */
PERLVARI(I, globhook, globhook_t, NULL)
-/* The last unconditional member of the interpreter structure when 5.10.0 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. */
-#define PERL_LAST_5_16_0_INTERP_MEMBER Iglobhook
+#define PERL_LAST_5_18_0_INTERP_MEMBER Iglobhook
#ifdef PERL_IMPLICIT_CONTEXT
PERLVARI(I, my_cxt_list, void **, NULL) /* per-module array of MY_CXT pointers */