This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
create itervar_u union in struct block_loop
authorDavid Mitchell <davem@iabyn.com>
Wed, 8 Sep 2010 13:38:00 +0000 (14:38 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 8 Sep 2010 13:48:30 +0000 (14:48 +0100)
commitdf530c37b924f51b6982d30ba7e0934eb75f2b6d
treeb9cf50d5551748f5c3572625af7b6334f80f6e18
parentd873ee11fec56c8f6e86858fdb41e2a540ada0ea
create itervar_u union in struct block_loop

make it clearer what types of pointer to the iterator variable can be
stored, reduce the amount of #ifdef USE_ITHREADS, get rid of some macros,
and generally make the code easier to follow. No change to the size of the
structure.
cop.h
pp_ctl.c
sv.c