diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-09-03 12:28:05 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-09-03 12:28:05 +0000 |
commit | 7d07dbc24d4d5bd5fee59acddff905153f4258bd (patch) | |
tree | 4d26b5c42df68de932b69fc007fba8417ea1ad2d /perl.h | |
parent | 72aaf6313309039c851862ad50ee168cb9cdf42b (diff) | |
download | perl-7d07dbc24d4d5bd5fee59acddff905153f4258bd.tar.gz |
Rename RESTART to INIT and associated changes
p4raw-id: //depot/perl@49
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1851,7 +1851,7 @@ IEXT HV * Idebstash; /* symbol table for perldb package */ IEXT SV * Icurstname; /* name of current package */ IEXT AV * Ibeginav; /* names of BEGIN subroutines */ IEXT AV * Iendav; /* names of END subroutines */ -IEXT AV * Irestartav; /* names of RESTART subroutines */ +IEXT AV * Iinitav; /* names of INIT subroutines */ IEXT HV * Istrtab; /* shared string table */ /* memory management */ |