Re: [Mesa-dev] [PATCH 6/6] mesa: move __cdecl and LONGSTRING to src/util/macros.h

2015-03-10 Thread Matt Turner
On Tue, Mar 10, 2015 at 6:44 PM, Brian Paul wrote: > --- > src/mesa/main/compiler.h | 21 - > src/util/macros.h| 20 > 2 files changed, 20 insertions(+), 21 deletions(-) > > diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h > index f

[Mesa-dev] [PATCH 6/6] mesa: move __cdecl and LONGSTRING to src/util/macros.h

2015-03-10 Thread Brian Paul
--- src/mesa/main/compiler.h | 21 - src/util/macros.h| 20 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index f56dc3e..b0d8c8f 100644 --- a/src/mesa/main/compiler.h +++ b/src/m