Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert field code to strict C89 (+ long long, +__int128)
This makes the software more portable to embedded systems and static analysis tools. Sadly, it can't result in identical binaries because C99 mixed declarations seem to make GCC emit superfluous stack-pointer updates. The compiler is also somewhat dependent on the declaration order.
- Loading branch information