diff options
author | Larry Wall <larry@netlabs.com> | 1993-10-10 00:00:00 +0000 |
---|---|---|
committer | Larry Wall <larry@netlabs.com> | 1993-10-10 00:00:00 +0000 |
commit | 93a17b20b6d176db3f04f51a63b0a781e5ffd11c (patch) | |
tree | 764149b1d480d5236d4d62b3228bd57f53a71042 /cop.h | |
parent | 79072805bf63abe5b5978b5928ab00d360ea3e7f (diff) | |
download | perl-93a17b20b6d176db3f04f51a63b0a781e5ffd11c.tar.gz |
perl 5.0 alpha 3
[editor's note: the sparc executables have not been included,
and emacs backup files have been removed]
Diffstat (limited to 'cop.h')
-rw-r--r-- | cop.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,7 @@ struct cop { struct ccop ccop; /* compound command */ struct scop scop; /* switch command */ } uop; + U32 cop_seq; /* parse sequence number */ short cop_slen; /* len of cop_short, if not null */ VOL short cop_flags; /* optimization flags--see above */ HV * cop_stash; /* package line was compiled in */ @@ -70,6 +71,7 @@ struct block_sub { GV * defgv; AV * savearray; AV * argarray; + AV * comppad; U16 olddepth; U8 hasargs; }; |