From 1610a1f6aa54ad1d97926c1d8605720933059df7 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 29 Jun 2014 19:18:54 +0000 Subject: Update Advanced series to Release 10.67 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2221 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/util/intcode.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/util/intcode.h') diff --git a/lib/util/intcode.h b/lib/util/intcode.h index dd42f669..1066ee9b 100644 --- a/lib/util/intcode.h +++ b/lib/util/intcode.h @@ -188,8 +188,6 @@ 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