qse/ase/lib/lsp
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
..
aselsp.dsp 2008-06-04 02:18:55 +00:00
aselsp.vcproj 2008-06-04 02:18:55 +00:00
descrip.mms 2008-06-04 02:18:55 +00:00
env.c 2008-08-21 03:17:25 +00:00
env.h 2008-06-04 02:18:55 +00:00
err.c 2008-08-21 03:17:25 +00:00
eval.c 2008-08-21 03:17:25 +00:00
lsp.c 2008-08-21 03:17:25 +00:00
lsp.h 2008-08-21 03:17:25 +00:00
makefile.am 2008-07-03 08:08:38 +00:00
makefile.in porting tio and sio 2008-10-15 04:08:31 +00:00
makefile.msw.bcc 2008-06-04 02:18:55 +00:00
makefile.msw.cl 2008-06-04 02:18:55 +00:00
mem.c 2008-08-21 03:17:25 +00:00
mem.h 2008-06-04 02:18:55 +00:00
misc.c 2008-08-21 03:17:25 +00:00
misc.h 2008-06-04 02:18:55 +00:00
name.c 2008-08-21 03:17:25 +00:00
name.h 2008-06-27 00:44:41 +00:00
obj.h 2008-06-04 02:18:55 +00:00
prim_compar.c 2008-08-21 03:17:25 +00:00
prim_let.c 2008-08-21 03:17:25 +00:00
prim_math.c 2008-08-21 03:17:25 +00:00
prim_prog.c 2008-08-21 03:17:25 +00:00
prim.c 2008-08-21 03:17:25 +00:00
prim.h 2008-06-04 02:18:55 +00:00
print.c Fixed the printing issue of a long double value in MINGW32. 2008-12-10 03:55:51 +00:00
read.c 2008-08-21 03:17:25 +00:00