bugfix: overflow checking for small ints; bugfix: tiny C works again

This commit is contained in:
Araq
2010-09-20 00:52:22 +02:00
parent 93b3c03dbd
commit f182d8d708
5 changed files with 19 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
# Tests emc's ability to detect overflows
# Tests nimrod's ability to detect overflows
{.push overflowChecks: on.}