William Hart
|
419ab6703e
|
Fix a pile of compiler warnings on Linux (but sadly not on Windows).
|
2014-04-01 00:43:06 +01:00 |
|
William Hart
|
63ed2d06e3
|
Attempt to fix some compiler warnings on MinGW64.
|
2014-03-28 17:32:17 +00:00 |
|
jasonmoxham
|
e554550755
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
for file in $(find -name \*.h ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
for file in $(find -name \*.cc) ; 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 |
|
wbhart
|
8af38b0415
|
changed line endings to native style.
|
2008-07-23 16:49:23 +00:00 |
|
wbhart
|
6f38c99e0d
|
Rename amd64call.asm and core2call.as and amd64check.c to x86_64call.as and x86_64check.c (merging the first two into a single file) and updated configure.in accordingly.
|
2008-07-23 16:47:44 +00:00 |
|