From d399cf59bde32e412ae99791ae46a871c7337b42 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 19 Feb 2013 19:47:14 +0100 Subject: Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0. --- perl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl.h') diff --git a/perl.h b/perl.h index 29c4425773..b265f0707d 100644 --- a/perl.h +++ b/perl.h @@ -5027,8 +5027,8 @@ EXTCONST U16 PL_interp_size /* This will be useful for subsequent releases, because this has to be the same in your libperl as in main(), else you have a mismatch and must abort. */ -EXTCONST U16 PL_interp_size_5_16_0 - INIT(PERL_INTERPRETER_SIZE_UPTO_MEMBER(PERL_LAST_5_16_0_INTERP_MEMBER)); +EXTCONST U16 PL_interp_size_5_18_0 + INIT(PERL_INTERPRETER_SIZE_UPTO_MEMBER(PERL_LAST_5_18_0_INTERP_MEMBER)); # ifdef PERL_GLOBAL_STRUCT -- cgit v1.2.1