On 10/05/2010 01:53 PM, Jakub Jelinek wrote: > +#define ATTR_NOTHROW 1 > +#define ATTR_CONST 2 > +#define ATTR_LEAF 4 You may as well use the ECF flags that already exist. In fact, this is common enough that if this doesn't already exist in common code, then it should. r~