From 8dd15074b0ebb0005614fdc3e7a8255729b7207b Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 19 Aug 2011 12:12:16 +0200 Subject: Handle PL_sh_path better in globvar.sym and makedef.pl PL_sh_path needs some form of special case because it is conditionally defined either in perlvar.h or perl.h, but globvar.sym mentions all symbols unconditionally, and undef -DPERL_GLOBAL_STRUCT perlvar.h is parsed as an unconditional skip list. --- globvar.sym | 1 + 1 file changed, 1 insertion(+) (limited to 'globvar.sym') diff --git a/globvar.sym b/globvar.sym index 06fe8afb59..1cbdc34f32 100644 --- a/globvar.sym +++ b/globvar.sym @@ -47,6 +47,7 @@ regkind revision runops_dbg runops_std +sh_path sig_name sig_num simple -- cgit v1.2.1