This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In intrpvar.h, move all the USE_LOCALE_NUMERIC variables together.
authorNicholas Clark <nick@ccl4.org>
Mon, 18 Jul 2011 11:35:33 +0000 (13:35 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 18 Jul 2011 11:39:59 +0000 (13:39 +0200)
commitf8115845454eee301b4615a45e01bf1bc6b816d4
treea7c32283cfe926bc1d0fb0513e525ce3d1ef56c5
parent9168ed13c3995a6f331c932c952ea164026411f0
In intrpvar.h, move all the USE_LOCALE_NUMERIC variables together.

a453c1697467fe60 added PL_numeric_radix_sv at the end of the interpreter struct
to avoid breaking binary compatibility. However, as we now explicitly no longer
guarantee compatibility across major releases, there's no reason not to move it
next to the other variables related to it.
intrpvar.h