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 22:35:14 +0000 (23:35 +0100)
commit2a61a4766f203ace8a0d0ed677e146bd3959dd58
tree8b13d5605e56d02f1ae55c5f0697cf191332e4c7
parent8ec577e9a11322c5ab574cc6ab15369e2ae52e8f
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