Re: [Mesa-dev] [PATCH 1/2] mesa: use a prefix for the program lex

2012-09-13 Thread Kenneth Graunke
On 09/13/2012 05:13 PM, Dave Airlie wrote: > From: Dave Airlie > > This avoids us making a global yylex symbol which will interfere will > all sorts of apps. > > with libdricore which can't do symbol visibility currently we pollute > the namespace with this. > > This is a candidate for 9.0 & st

[Mesa-dev] [PATCH 1/2] mesa: use a prefix for the program lex

2012-09-13 Thread Dave Airlie
From: Dave Airlie This avoids us making a global yylex symbol which will interfere will all sorts of apps. with libdricore which can't do symbol visibility currently we pollute the namespace with this. This is a candidate for 9.0 & stable branches. Signed-off-by: Dave Airlie --- src/mesa/Mak