Rewrote casts
commit2d9b5e0bb8b865cae7a9c93d9643e77ffab9c4f1
authorDaniel Glöckner <daniel-gl@gmx.net>
Thu, 20 Nov 2008 10:30:35 +0000 (20 11:30 +0100)
committergrischka <grischka>
Sun, 30 Nov 2008 06:21:30 +0000 (30 07:21 +0100)
tree2efb2fa4ae78d8ae355b18978ecd54e13049fbd7
parent83466c61510b2ab341528085a71478e9d10ad063
Rewrote casts

Casting of constants was done only inside functions.
I restructured the code and used intermediate types (long double/long long)
for most conversions to have less ifs.

Please review.
There are lots of cases to take care of and lots of mistakes to make.
tcc.c