mesa: Add an ifndef guard around the definition of the INLINE macro
authorPaul Berry <stereotype441@gmail.com>
Thu, 7 Jul 2011 20:03:45 +0000 (13:03 -0700)
committerPaul Berry <stereotype441@gmail.com>
Fri, 22 Jul 2011 16:45:11 +0000 (09:45 -0700)
commit12c22cab77f35a887d9f6790e0de4a8fa4b3b575
tree2780c335c8828d5a70693e81e4a6915c59fe6b38
parenta87afba50529c6ae6762a3da68d4f31bc431e064
mesa: Add an ifndef guard around the definition of the INLINE macro

Several Mesa headers redundantly define the INLINE macro.  Adding this
guard prevents the compiler from complaining about macro redefinition.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chad Versace <chad@chad-versace.us>
src/mesa/main/compiler.h