summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-09-03 12:28:05 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-09-03 12:28:05 +0000
commit7d07dbc24d4d5bd5fee59acddff905153f4258bd (patch)
tree4d26b5c42df68de932b69fc007fba8417ea1ad2d /perl.h
parent72aaf6313309039c851862ad50ee168cb9cdf42b (diff)
downloadperl-7d07dbc24d4d5bd5fee59acddff905153f4258bd.tar.gz
Rename RESTART to INIT and associated changes
p4raw-id: //depot/perl@49
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 6e29d3639a..5ef7cd95de 100644
--- a/perl.h
+++ b/perl.h
@@ -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 */