summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>1999-04-13 04:21:18 +0000
committerTodd Rinaldo <toddr@cpanel.net>2019-10-19 07:03:08 -0500
commitae4dded20e686e4b1279a53cc48802a3e3c4d5a7 (patch)
treea121d310fe1d7e32b530a0f8ef7538012ef9a8b4
parent33ca2c646d8ebb3e5a3ac476795a1c70d9d5aab1 (diff)
downloadperl-ae4dded20e686e4b1279a53cc48802a3e3c4d5a7.tar.gz
Add 'no_modify' to list of variables in 5.005.
p4raw-id: //depot/maint-5.004/perl@3240
-rwxr-xr-xembed.pl13
1 files changed, 7 insertions, 6 deletions
diff --git a/embed.pl b/embed.pl
index 030e6080d1..d57d8a7c20 100755
--- a/embed.pl
+++ b/embed.pl
@@ -3,11 +3,12 @@
require 5.003;
my @vars5005 = qw(sv_undef sv_yes sv_no na dowarn
- curcop compiling
- tainting tainted stack_base stack_sp sv_arenaroot
- curstash DBsub DBsingle debstash
- rsfp
- stdingv
+ curcop compiling
+ tainting tainted stack_base stack_sp sv_arenaroot
+ no_modify
+ curstash DBsub DBsingle debstash
+ rsfp
+ stdingv
defgv
errgv
rsfp_filters
@@ -15,7 +16,7 @@ my @vars5005 = qw(sv_undef sv_yes sv_no na dowarn
diehook
dirty
perl_destruct_level
- );
+ );
sub readsyms (\%$) {