> +/* Returns true if the current module is a versioned library. Versioned > + library names are culled from shlib-versions files are assigned a MODULE_* > + value lower than MODULE_OTHERS_BEGIN. */ > +#define IS_IN_LIB (IN_MODULE < MODULE_OTHERS_BEGIN) s/are culled/culled/ Otherwise OK.