From 7d07dbc24d4d5bd5fee59acddff905153f4258bd Mon Sep 17 00:00:00 2001 From: Malcolm Beattie Date: Wed, 3 Sep 1997 12:28:05 +0000 Subject: Rename RESTART to INIT and associated changes p4raw-id: //depot/perl@49 --- perl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl.h') 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 */ -- cgit v1.2.1