Shrink the interpreter structure by 4 bytes (usually) by making
authorNicholas Clark <nick@ccl4.org>
Sat, 16 Sep 2006 17:59:17 +0000 (17:59 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 16 Sep 2006 17:59:17 +0000 (17:59 +0000)
commit31a3f62b2ac970a35132adc90a3ff50651e70b8f
tree192405e1c0a0a8244c4e9d3cc96670c10767755b
parentcc8d50a7c6a04d7a7e152c0e2861bc370cc6c9e6
Shrink the interpreter structure by 4 bytes (usually) by making
PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes
in struct block_eval in cop.h to avoid any possible compiler warnings)

p4raw-id: //depot/perl@28855
cop.h
thrdvar.h