On Sun, Jan 16, 2011 at 7:58 PM, m. allan noah wrote:
> Is PRlu64 C89? If not, you will have to drop that change. Someday sane
> will use C99 :)
Hi Allan,
Nicolas already added the PRIu64 to the pixma backend, so I guess it
is okay. I think it is C90, but have not checked myself.
Regards,
Gerno
I checked that it currently compiles with gcc 4.4.3, but this statement
gies a warning message telling %llu is not supported.
If this is not advisable to leave PRIu64 here, for compatibility with
all systems, then we will need to remove it.
Nicolas
Le lundi 17 janvier 2011 ? 02:17 +0900, Gerno
Hello all,
I have submitted unified diffs for the following files to the maintainer:
pixma_common.h
pixma_common.c
pixma.h (revised version sent after initial one)
pixma.c (revied version sent after initial one)
pixma_mp150.c
pixma_mp750.c (only difference was modification of debug statement to
use
Is PRlu64 C89? If not, you will have to drop that change. Someday sane
will use C99 :)
allan
On Sat, Jan 15, 2011 at 7:56 PM, Gernot Hassenpflug
wrote:
> Hello all,
> I have submitted unified diffs for the following files to the maintainer:
> pixma_common.h
> pixma_common.c
> pixma.h (revised ve