summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-29 03:00:21 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-29 03:00:21 +0000
commit7934575e193741c310ddb7f01d6d07c9981c3d29 (patch)
tree9b9135ad0559f0da22a2bb159f0a38bb81777f07 /opcode.pl
parenta1f333424726116552fec059c74f91eae67b2820 (diff)
downloadperl-7934575e193741c310ddb7f01d6d07c9981c3d29.tar.gz
usurp GVOP slot for new PADOP (one small step to making optree
shareable across interpreters) p4raw-id: //depot/perl@4484
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/opcode.pl b/opcode.pl
index 0b91f3c752..c9174f2c91 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -184,7 +184,7 @@ END
'@', 4, # listop
'/', 5, # pmop
'$', 6, # svop
- '*', 7, # gvop
+ '#', 7, # padop
'"', 8, # pvop_or_svop
'{', 9, # loop
';', 10, # cop
@@ -350,8 +350,8 @@ wantarray wantarray ck_null is0
const constant item ck_svconst s$
-gvsv scalar variable ck_null ds*
-gv glob value ck_null ds*
+gvsv scalar variable ck_null ds$
+gv glob value ck_null ds$
gelem glob elem ck_null d2 S S
padsv private variable ck_null ds0
padav private array ck_null d0
@@ -511,7 +511,7 @@ quotemeta quotemeta ck_fun fsTu% S?
# Arrays.
rv2av array dereference ck_rvconst dt1
-aelemfast constant array element ck_null s* A S
+aelemfast constant array element ck_null s$ A S
aelem array element ck_null s2 A S
aslice array slice ck_null m@ A L