fix the INT64_C and INTMAX_C family macro for x86_64.
authorAlexandre Perrin <alex@kaworu.ch>
Mon, 18 Nov 2013 22:16:22 +0000 (23:16 +0100)
committerSascha Wildner <saw@online.de>
Mon, 18 Nov 2013 23:31:50 +0000 (00:31 +0100)
commit4de878606bb22979bbf03a733c309d46f79db3b0
treed40610acdbb5a33538f0a2aab7967164d21f5465
parentedde6212fa1767d15f7ff080ae2d4ff288f0460e
fix the INT64_C and INTMAX_C family macro for x86_64.

  This patch fix the expanding type of both the INT64_C and the INTMAX_C
  family macros to match their corresponding type:
  - INT64_C(value) to `int_least64_t`
  - UINT64_C(value) to `uint_least64_t`
  - INTMAX_C(value) to `intmax_t`
  - UINTMAX_C(value) to `uintmax_t`
sys/cpu/x86_64/include/int_const.h