mesa: move ADD_POINTERS to macros.h
authorDylan Baker <dylan@pnwbakers.com>
Thu, 13 Sep 2018 20:45:44 +0000 (13:45 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 21 Apr 2020 18:09:03 +0000 (11:09 -0700)
commitc3db0936ef3077b656d55208dd5ae10437ddc2f7
tree9f3c1187553fab5237a01b3ea162ee1e1afe5d1f
parentbf188f3494b85f550a39dddbf059669c2a9ee324
mesa: move ADD_POINTERS to macros.h

I'm not really sure where else to put it. Since imports.h only has two
things left in it (neither of which are abstractions for smoothing away
libc differences) I'd like to get them out of there. macros.h is the
only place I can think of to put this macro.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3024>
src/mesa/program/prog_instruction.c