qse/ase/lib
hyung-hwan 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
..
awk fixed the printing issue of a long double value for MINGW32 2008-12-10 03:50:40 +00:00
cmn made minor changes to support MINGW32 2008-12-10 00:52:03 +00:00
lsp Fixed the printing issue of a long double value in MINGW32. 2008-12-10 03:55:51 +00:00
tgp porting tio and sio 2008-10-15 04:08:31 +00:00
utl made minor changes to support MINGW32 2008-12-10 00:52:03 +00:00
makefile.am 2008-07-16 01:49:47 +00:00
makefile.in porting tio and sio 2008-10-15 04:08:31 +00:00