From: Jarkko Hietaniemi Date: Thu, 10 Jul 2003 15:06:41 +0000 (+0000) Subject: Retract #20112. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=41687a7aa029c6837ee12d76889c658e7e5b9a05;p=p5sagit%2Fp5-mst-13.2.git Retract #20112. p4raw-id: //depot/perl@20114 --- diff --git a/embedvar.h b/embedvar.h index f29bb54..dcb980a 100644 --- a/embedvar.h +++ b/embedvar.h @@ -215,7 +215,6 @@ #define PL_cryptseen (vTHX->Icryptseen) #define PL_cshlen (vTHX->Icshlen) #define PL_cshname (vTHX->Icshname) -#define PL_csighandlerp (vTHX->Icsighandlerp) #define PL_curcopdb (vTHX->Icurcopdb) #define PL_curstname (vTHX->Icurstname) #define PL_custom_op_descs (vTHX->Icustom_op_descs) @@ -519,7 +518,6 @@ #define PL_Icryptseen PL_cryptseen #define PL_Icshlen PL_cshlen #define PL_Icshname PL_cshname -#define PL_Icsighandlerp PL_csighandlerp #define PL_Icurcopdb PL_curcopdb #define PL_Icurstname PL_curstname #define PL_Icustom_op_descs PL_custom_op_descs diff --git a/intrpvar.h b/intrpvar.h index a90ada2..6d77cec 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -525,8 +525,6 @@ PERLVARI(Ippid, IV, 0) PERLVARI(Ihash_seed, UV, 0) /* Hash initializer */ -PERLVAR(Icsighandlerp, Sighandler_t) - PERLVAR(IDBassertion, SV *) PERLVARI(Icv_has_eval, I32, 0) /* PL_compcv includes an entereval or similar */ diff --git a/perlapi.h b/perlapi.h index 0137f7c..0f56a0a 100644 --- a/perlapi.h +++ b/perlapi.h @@ -188,8 +188,6 @@ END_EXTERN_C #define PL_cshlen (*Perl_Icshlen_ptr(aTHX)) #undef PL_cshname #define PL_cshname (*Perl_Icshname_ptr(aTHX)) -#undef PL_csighandlerp -#define PL_csighandlerp (*Perl_Icsighandlerp_ptr(aTHX)) #undef PL_curcopdb #define PL_curcopdb (*Perl_Icurcopdb_ptr(aTHX)) #undef PL_curstname