diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-26 08:31:20 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-26 08:31:20 +0000 |
commit | ca0c25f67f45e5dccb746852d8545d7ae29ed067 (patch) | |
tree | b2f03bfd692f36b26f7a9d5f337c55578d3340c1 /intrpvar.h | |
parent | 6ac6a52b90121db9304782c76ae9243ce4205369 (diff) | |
download | perl-ca0c25f67f45e5dccb746852d8545d7ae29ed067.tar.gz |
Most platforms don't actually need PL_pidstatus, or the associated
.5K of code.
p4raw-id: //depot/perl@25850
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index b69999a6d3..966c7b7e2f 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -239,7 +239,9 @@ PERLVARI(Icop_seqmax, U32, 0) /* statement sequence number */ PERLVARI(Ievalseq, U32, 0) /* eval sequence number */ PERLVAR(Iorigenviron, char **) PERLVAR(Iorigalen, U32) +#ifdef PERL_USES_PL_PIDSTATUS PERLVAR(Ipidstatus, HV *) /* pid-to-status mappings for waitpid */ +#endif PERLVARI(Imaxo, int, MAXO) /* maximum number of ops */ PERLVAR(Iosname, char *) /* operating system */ |