From: Rafael Garcia-Suarez Date: Thu, 10 Jul 2003 19:28:48 +0000 (+0000) Subject: regen embed.pl for the bleadperl branch as well. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3115b1d4e03b5d30a0df78db5158336b7ccfaf9d;p=p5sagit%2Fp5-mst-13.2.git regen embed.pl for the bleadperl branch as well. p4raw-id: //depot/perl@20125 --- diff --git a/embedvar.h b/embedvar.h index dcb980a..f990f9f 100644 --- a/embedvar.h +++ b/embedvar.h @@ -902,6 +902,7 @@ #define PL_op_mutex (PL_Vars.Gop_mutex) #define PL_patleave (PL_Vars.Gpatleave) #define PL_sh_path (PL_Vars.Gsh_path) +#define PL_sigfpe_saved (PL_Vars.Gsigfpe_saved) #define PL_thr_key (PL_Vars.Gthr_key) #else /* !PERL_GLOBAL_STRUCT */ @@ -916,6 +917,7 @@ #define PL_Gop_mutex PL_op_mutex #define PL_Gpatleave PL_patleave #define PL_Gsh_path PL_sh_path +#define PL_Gsigfpe_saved PL_sigfpe_saved #define PL_Gthr_key PL_thr_key #endif /* PERL_GLOBAL_STRUCT */