> +extern int _is_uv_hubbed(int uvtype);
> +#define is_uv_hubbed _is_uv_hubbed

> +static inline int _is_uv_hubbed(int uv)      { return 0; }
> +#define is_uv_hubbed _is_uv_hubbed

Another two instances of these weird indirections..

Reply via email to