Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ada: Fix code generated for
minint
and maxint
We were generating code using MININT and MAXINT, which don't exist in Ada. We now use Integer'First and Integer'Last.
- Loading branch information