This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Move #define to earlier in the file
authorKarl Williamson <khw@cpan.org>
Mon, 17 Jul 2017 19:27:59 +0000 (13:27 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 17 Jul 2017 19:37:02 +0000 (13:37 -0600)
commitd269de98a3ca2afa33139ef61b51d3551e41ae22
tree89ea1931e6ca86a922166a28185d564f4c13ace3
parentb0d0f975aaa2f94594b71546d04825511820bfe9
perl.h: Move #define to earlier in the file

I don't know when this bug got introduced (and am not taking the time
to find out), but a symbol was defined after other code tested if it was
defined, so that always failed, and the alternative implementation got
compiled.  I do know that the intended implementation was used at some
point, as I ended up fixing several bugs in it.
perl.h