git: fix the INT64_C and INTMAX_C family macro for x86_64.
    Sascha Wildner 
    swildner at crater.dragonflybsd.org
       
    Mon Nov 18 15:49:13 PST 2013
    
    
  
commit 2a61a4766f203ace8a0d0ed677e146bd3959dd58
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/2a61a4766f203ace8a0d0ed677e146bd3959dd58
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list