hyung-hwan
54855b9730
- 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. |
||
---|---|---|
.. | ||
aselsp.dsp | ||
aselsp.vcproj | ||
descrip.mms | ||
env.c | ||
env.h | ||
err.c | ||
eval.c | ||
lsp.c | ||
lsp.h | ||
makefile.am | ||
makefile.in | ||
makefile.msw.bcc | ||
makefile.msw.cl | ||
mem.c | ||
mem.h | ||
misc.c | ||
misc.h | ||
name.c | ||
name.h | ||
obj.h | ||
prim_compar.c | ||
prim_let.c | ||
prim_math.c | ||
prim_prog.c | ||
prim.c | ||
prim.h | ||
print.c | ||
read.c |