From 51eb5e0d2722f0cf1033ac158d2fdbcd82b6e800 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 29 Jun 2014 19:32:13 +0000 Subject: Reverse messed up commit git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2222 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/util/intcode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/util') diff --git a/lib/util/intcode.h b/lib/util/intcode.h index 1066ee9b..dd42f669 100644 --- a/lib/util/intcode.h +++ b/lib/util/intcode.h @@ -188,6 +188,8 @@ typedef struct { This is an important data type because decent file formats use big-endian -- they don't care if some CPU happens to use some other code for its own work. + + uint64_t is supported only when available. -----------------------------------------------------------------------------*/ unsigned char bytes[8]; } bigend64; -- cgit 1.4.1