mirror of
https://github.com/frida/tinycc
synced 2025-01-29 14:35:06 +03:00
a24e31e85d
- fix computation of absolute value (clearing the sign bit does not since integers are encoded in 2's complement) - test sign of integer in a more conventional way (binary and with the high bit does not work for long long due to a bug in gtst) - spacing in include