diff options
author | Stephen McCamant <smcc@mit.edu> | 2001-01-13 19:00:13 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-15 13:02:38 +0000 |
commit | 117dada22e1a48990acd498dee229f361feda1fa (patch) | |
tree | 3525af71c58aea698d075ed94da359307434b2f1 /bytecode.pl | |
parent | 9d96b2e75ff1733e38cb57edc6d33908d11ecd49 (diff) | |
download | perl-117dada22e1a48990acd498dee229f361feda1fa.tar.gz |
[PATCH @8436] Eliminate op_children
Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
Subject: [PATCH @8436] Re: Eliminate op_children
From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
p4raw-id: //depot/perl@8442
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl index 8d77620be7..4b00e14b9a 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -379,7 +379,6 @@ op_private PL_op->op_private U8 op_first cUNOP->op_first opindex op_last cBINOP->op_last opindex op_other cLOGOP->op_other opindex -op_children cLISTOP->op_children U32 op_pmreplroot cPMOP->op_pmreplroot opindex op_pmreplrootgv *(SV**)&cPMOP->op_pmreplroot svindex op_pmreplstart cPMOP->op_pmreplstart opindex |