From 7bfe3bfdd4427cdc26a2581cc633e3fb5582ce70 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Fri, 17 Mar 2017 13:15:13 +0000 Subject: PERL_GLOBAL_STRUCT_PRIVATE: fix PL_isa_DOES I added the global string constant PL_isa_DOES recently. This caused t/porting/libperl.t to fail under -DPERL_GLOBAL_STRUCT_PRIVATE builds. This commit makes PL_isa_DOES be declared and defined in a similar way to other such global constants. This is pure cargo-culting - I have no real idea of the point of all the EXTCONST, INIT and globvar.sym stuff. --- globvar.sym | 1 + 1 file changed, 1 insertion(+) (limited to 'globvar.sym') diff --git a/globvar.sym b/globvar.sym index 2943fc6691..c82dc8f1c8 100644 --- a/globvar.sym +++ b/globvar.sym @@ -19,6 +19,7 @@ PL_hexdigit PL_inf PL_interp_size PL_interp_size_5_18_0 +PL_isa_DOES PL_keyword_plugin PL_latin1_lc PL_magic_data -- cgit v1.2.1