This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Shrink 4 bytes (ILP32) from the interpreter structure.
authorNicholas Clark <nick@ccl4.org>
Mon, 8 Oct 2007 11:09:06 +0000 (11:09 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 8 Oct 2007 11:09:06 +0000 (11:09 +0000)
commit157b382252bcf58758924cbccbe56042da696263
treeccbdaebc036699a7079afa225287c702c6fd4811
parent9788a75a4d0043e8bce3f9aa0964e76e23ee2c3c
Shrink 4 bytes (ILP32) from the interpreter structure.
(Spotted a U8 sized hole, and filled the known U16 sized hole).
Moved the sig_pending so that its int fills the 4 byte space left by
csh_len, to reduce padding on LP64.

p4raw-id: //depot/perl@32067
intrpvar.h