mpir/tests/misc
Kevin Brogan 7d51e5d3d3 Fix t-locale.c #define used to avoid a test when using mingw64
The macro __MINGW64_VERSION_MAJOR is defined even when mingw64 is being used to compile 32 bit versions of software with the -m32 switch.

__MINGW64__ is only defined while compiling 64 bit output.
2013-11-19 19:20:36 -08:00
..
Makefile.am add tests in mpz mpf mpq misc mpn dir to regen script 2011-03-15 10:37:06 +00:00
Makefile.in Ran "autoreconf -fi" and put back correct config.(guess|sub) files. 2013-07-31 14:51:32 +02:00
t-locale.c Fix t-locale.c #define used to avoid a test when using mingw64 2013-11-19 19:20:36 -08:00
t-printf.c for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done 2009-02-12 10:24:24 +00:00
t-scanf.c for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done 2009-02-12 10:24:24 +00:00