Re: gcc 4.8.2 -Wno-format feat/broken

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Mar 2, 2014 at 8:53 AM, phi gcc <phi.gcc@xxxxxxxxx> wrote:

> CU82$ more c.c
> #include <stdio.h>
>
> #ifdef __LP64__
> typedef unsigned long uint64;
> #define Y "l"
> #else
> typedef unsigned long long uint64;
> #define Y "l"

sorry for the typo here should read
#define Y "ll"




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux