This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move all the compile time options that affect binary compatibility into
authorNicholas Clark <nick@ccl4.org>
Sat, 15 Sep 2007 22:34:16 +0000 (22:34 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 15 Sep 2007 22:34:16 +0000 (22:34 +0000)
commitb75885fd5e21667265835a8400ce0c57b563c89e
tree9dd8be2a4e32ba96e66772765ea076ef05a5bd3d
parent389d73ad6f106f474f96f66f3c697e579c3fbd9e
Move all the compile time options that affect binary compatibility into
a global variable PL_bincompat_options. Because the string will be
embedded in any shared perl library, it will allow a comparison check
to be added to perlmain.c in the future, to detect library mismatch.

p4raw-id: //depot/perl@31873
perl.c
perl.h