From 709f4e3886da946826dd2f058dc3074704070f32 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 22 Jul 1998 06:46:38 +0000 Subject: add a few more globals with old names #defined p4raw-id: //depot/perl@1625 --- embed.pl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'embed.pl') diff --git a/embed.pl b/embed.pl index 91a97fc069..a7fb0eda3b 100755 --- a/embed.pl +++ b/embed.pl @@ -2,6 +2,10 @@ require 5.003; +# XXX others that may need adding +# warnhook +# hints +# copline my @extvars = qw(sv_undef sv_yes sv_no na dowarn curcop compiling tainting tainted stack_base stack_sp sv_arenaroot @@ -12,6 +16,9 @@ my @extvars = qw(sv_undef sv_yes sv_no na dowarn errgv rsfp_filters perldb + diehook + dirty + perl_destruct_level ); sub readsyms (\%$) { -- cgit v1.2.1