Subject: Re: Endianness conversion functions
To: None <tech-misc@NetBSD.org>
From: Christian Biere <christianbiere@gmx.de>
List: tech-misc
Date: 01/19/2007 00:41:50
Christian Biere wrote:
> So what about this?
 
> #define __GEN_DECODE(bits, endian) \
> static __inline uint16_t __unused \

should of course be

static __inline uint ## bits ## _t __unused \

-- 
Christian