Rewrote casts
commit18352327b7033149636acba6af13ce47e5f38059
authorDaniel Glöckner <daniel-gl@gmx.net>
Thu, 20 Nov 2008 10:30:35 +0000 (20 11:30 +0100)
committerDaniel Glöckner <daniel-gl@gmx.net>
Thu, 20 Nov 2008 10:30:35 +0000 (20 11:30 +0100)
treeb387b3e7e430f4e8e403bc233b12e353664edafc
parent12ddb01e29d82afd85690137b7de01a3bc842c0b
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