[ccan] [PATCH v2 0/2] maskn and bitops: new modules
Cody P Schafer
dev at codyps.com
Thu Jul 10 12:04:17 EST 2014
On Wed, Jul 9, 2014 at 9:49 PM, Cody P Schafer <dev at codyps.com> wrote:
> Since v1:
> - configurator tweaks
> - use c99+ inline + extern inline
> - This causes ccanlint to be unhappy with me
> - documentation added
> - _info fixes
>
> I've also put together a bitops that uses macro overriding similar to ilog.
> I'd rather have the c99 inline/extern inline stuff, but ccanlint needs some
> tweaking (c99 by default? test with multiple standards?).
Another alternative here: I could add a "inline" module which wraps
things so it works with gnu89 (swap "extern inline" and "inline").
More information about the ccan
mailing list