Commit Graph

5 Commits

Author SHA1 Message Date
54855b9730 Fixed the printing issue of a long double value in MINGW32.
- The long double type in MINGW32 is 12 bytes while the double type is 8 bytes.
 - The compiled binary is linked against the Microsoft library.
 - In that library, both the long double and the double type are 8 bytes.
 - The code has been changed to use the double type if __MINGW32__ is defined.
2008-12-10 03:55:51 +00:00
5e8901042a 2008-08-21 03:17:25 +00:00
3cbefaa12c 2008-08-19 05:21:48 +00:00
ac4c18389e 2008-06-20 04:27:37 +00:00
8179c37c29 2008-06-04 02:18:55 +00:00