Use <stdint.h> for INT32_MIN and INT32_MAX.

Bug: 12708004
Change-Id: I99f222b2db1d128abf6ffbf7173a5aaff48f8e85
This commit is contained in:
Elliott Hughes 2014-01-24 16:08:03 -08:00
parent 4800e20eaf
commit 81eb357b58

View file

@ -225,8 +225,6 @@ void gglMulSubx_test()
}
// gglMulii() tests
const int32_t INT32_MAX = 0x7FFFFFFF;
const int32_t INT32_MIN = 0x80000000;
struct gglMulii_test_t
{