git: DragonFly_RELEASE_3_6 fix the INT64_C and INTMAX_C family macro for x86_64.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Nov 18 15:49:18 PST 2013
commit 4de878606bb22979bbf03a733c309d46f79db3b0
Author: Alexandre Perrin <alex at kaworu.ch>
Date: Mon Nov 18 23:16:22 2013 +0100
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`
Summary of changes:
sys/cpu/x86_64/include/int_const.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4de878606bb22979bbf03a733c309d46f79db3b0
--
DragonFly BSD source repository
More information about the Commits
mailing list