Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e75cc3d4 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 3d55662f: am fb6d601f: Merge "Use <stdint.h> for INT32_MIN and INT32_MAX."

* commit '3d55662f':
  Use <stdint.h> for INT32_MIN and INT32_MAX.
parents c8518616 3d55662f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
{