diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-04-30 16:10:20 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-12 16:15:21 +0200 |
commit | 8c1cc0174d3700e1f36bbe55f4021b04bf11aa77 (patch) | |
tree | 48a00fdc66fc6b59d583d6bb990c8ea64fff87a5 /epoc/link.pl | |
parent | 7c509e8a1cdc2eb305c87d3b26dce38c106b3ae2 (diff) | |
download | perl-8c1cc0174d3700e1f36bbe55f4021b04bf11aa77.tar.gz |
Move the temporary definitions for PERLVAR* macros inside #ifdef MULTIPLICITY
Under MULTIPLICITY, intrpvar.h is included "early", as:
struct interpreter {
# include "intrpvar.h"
};
with local definitions of PERLVAR{,A,I,IS,ISC} that generate output text for the
"variables" as structure members. Additionally, under PERL_GLOBAL_STRUCT
"perlvars.h" is included within struct perl_vars { ... }.
Move the definition/undefining of these 5 macros to within the
#ifdef MULTIPLICITY block, to clarify the limited intent of their scope.
Move some additional related PERL_GLOBAL_STRUCT setup to within the block.
Diffstat (limited to 'epoc/link.pl')
0 files changed, 0 insertions, 0 deletions