Use int*2 instead of long*2 to hold double value.
commitce8d71edbc34d326748ee6f532b80a6574191c3c
authorShinichiro Hamaji <shinichiro.hamaji _at_ gmail.com>
Sun, 30 Nov 2008 17:10:06 +0000 (1 02:10 +0900)
committergrischka <grischka>
Tue, 2 Dec 2008 01:26:07 +0000 (2 02:26 +0100)
tree610c52726f412d1a792ff24fdbd3f5938dd1b492
parent2355fc7686057f4ce53a0ed84629d7b5a18696a7
Use int*2 instead of long*2 to hold double value.

I believe sizeof(double) is sizeof(int)*2 in most environments. On the other hand, sizeof(long) is equal to sizeof(double) in x86-64.
libtcc1.c