diff options
author | Brandon Black <blblack@gmail.com> | 2007-08-12 06:36:14 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-08-31 09:07:51 +0000 |
commit | 89c14e2ec1b845cd5ec17986d2c65288a7da7ba8 (patch) | |
tree | 49daca85a19bfaf40679d19633871f2933add12b /intrpvar.h | |
parent | 53e0272ff6711924ddbd8568bad2a01574e7b545 (diff) | |
download | perl-89c14e2ec1b845cd5ec17986d2c65288a7da7ba8.tar.gz |
Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60708121336m13dcf9e5uac624fb246f2a79c@mail.gmail.com>
p4raw-id: //depot/perl@31770
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h index 986a364852..7cae473960 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -180,8 +180,6 @@ PERLVAR(Iwatchok, char *) PERLVARI(Iregmatch_slab, regmatch_slab *, NULL) PERLVAR(Iregmatch_state, regmatch_state *) -PERLVARI(Idelayedisa, HV*, NULL) /* stash for PL_delaymagic for magic_setisa */ - /* Put anything new that is pointer aligned here. */ PERLVAR(Idelaymagic, U16) /* ($<,$>) = ... */ |