On Fri, Feb 22, 2013 at 7:52 PM, Eric Anholt <e...@anholt.net> wrote:
> +static enum mesa_debug_type
> +gl_enum_to_debug_type(GLenum e)
> +{
> +   int i;
> +
> +   for (i = 0; i < Elements(debug_type_enums); i++) {

I guess we have both Elements and ARRAY_SIZE. Should we try to merge these?

Elements appears to be used more, but doesn't ARRAY_SIZE follow the
coding style better?

-Jordan
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to