On Sun, 14 Nov 2010, Vasiliy Kulikov wrote: > On Sat, Nov 13, 2010 at 14:41 +0100, Julia Lawall wrote: > > On Thu, 4 Nov 2010, Vasiliy Kulikov wrote: > > > "any" is all combinations of possible sizeof()s (I mean not breaking > > > 2 <= sizeof(short) <= sizeof(int) <= sizeof(long)). > > > > > > Default value is some sane value for the current architecture, e.g. > > > gcc's choise. > > > > Actually, this was all already implemented. It's even in the manual :) > > -int_bits n and -long_bits n > > But not -size_t_bits: sizeof(long) == 4 < sizeof(size_t) == 8 == > sizeof(void*) on Win64.
OK, I'll add that. I've just made version 0.2.4rc6, though, which I hope will appear on the web shortly, and that won't be in there. I hope to make a proper release soon (ie later this week), and will include it in that. julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
