diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-10 15:06:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-10 15:06:41 +0000 |
commit | 41687a7aa029c6837ee12d76889c658e7e5b9a05 (patch) | |
tree | 757e39d7c9627ad9fbc336e1724ae5ec87aba414 /intrpvar.h | |
parent | 6f3a2bff8962a08390935b5974d219e8b377833e (diff) | |
download | perl-41687a7aa029c6837ee12d76889c658e7e5b9a05.tar.gz |
Retract #20112.
p4raw-id: //depot/perl@20114
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h index a90ada23de..6d77cec2a1 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 */ |