diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-11 23:13:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-11 23:13:54 +0000 |
commit | 43165c0500446fb6e4a036657f82b50e22c886e0 (patch) | |
tree | bdc4939f4aa7e19724f7f5de06a0d626bf476a33 /perl.c | |
parent | f3aa04c29a85dd63d563ae8e27316ff34501ccd5 (diff) | |
download | perl-43165c0500446fb6e4a036657f82b50e22c886e0.tar.gz |
various little tweaks; most globals are now in intrpvar.h, ninterps
is temporarily gone
p4raw-id: //depot/perl@3535
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -83,7 +83,6 @@ perl_construct(register PerlInterpreter *my_perl) #endif #ifdef MULTIPLICITY - ++PL_ninterps; Zero(my_perl, 1, PerlInterpreter); #endif @@ -308,10 +307,6 @@ perl_destruct(register PerlInterpreter *my_perl) LEAVE; FREETMPS; -#ifdef MULTIPLICITY - --PL_ninterps; -#endif - /* We must account for everything. */ /* Destroy the main CV and syntax tree */ |