diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-09-22 17:32:15 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-09-22 17:32:15 +0100 |
commit | 2748c776108ea3c2dab18eeb6a710e819486df17 (patch) | |
tree | 2583cf0e21cbc7176ffb836606520d53be526b8f /embed.pl | |
parent | c50695434124a900046551c70bca4c137df1eeea (diff) | |
download | perl-2748c776108ea3c2dab18eeb6a710e819486df17.tar.gz |
Remove @extvars from embed.pl
It's been unused since PERL_POLLUTE was removed in cfef31b27d1a56cd.
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 23 |
1 files changed, 0 insertions, 23 deletions
@@ -16,8 +16,6 @@ # perlvars.h # pp.sym (which has been generated by opcode.pl) # -# plus from the values hardcoded into this script in @extvars. -# # Accepts the standard regen_lib -q and -v args. # # This script is normally invoked from regen.pl. @@ -293,27 +291,6 @@ walk_table(\&write_protos, "proto.h", "/* ex: set ro: */\n"); warn "$unflagged_pointers pointer arguments to clean up\n" if $unflagged_pointers; walk_table(\&write_global_sym, "global.sym", "# ex: set ro:\n"); -# 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 - no_modify - curstash DBsub DBsingle DBassertion debstash - rsfp - stdingv - defgv - errgv - rsfp_filters - perldb - diehook - dirty - perl_destruct_level - ppaddr - ); - sub readsyms (\%$) { my ($syms, $file) = @_; local (*FILE, $_); |