This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PL_bincompat_options was missing options that affect the interpreter struct.
authorNicholas Clark <nick@ccl4.org>
Mon, 18 Jul 2011 15:26:09 +0000 (17:26 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 18 Jul 2011 15:26:09 +0000 (17:26 +0200)
commiteba804b9d4475c6d8d4728933792c5b7ca90fbf5
tree289c825d7aac2cf922adcd382623a3aeba35fa92
parentf8115845454eee301b4615a45e01bf1bc6b816d4
PL_bincompat_options was missing options that affect the interpreter struct.

It had most, but not all, C pre-processor options that change the size of the
interpreter struct.
perl.c
perl.h