Merge "Use <stdint.h> for INT32_MIN and INT32_MAX."

This commit is contained in:
Elliott Hughes 2014-01-25 01:25:50 +00:00 committed by Gerrit Code Review
commit fb6d601f5a

View file

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