Re: [Mesa-dev] [PATCH] glcpp: fix abuse of yylex

2012-09-14 Thread Kenneth Graunke
On 09/14/2012 03:01 AM, Dave Airlie wrote: > So glcpp tried to workaround yylex its own way, but failed, > do it properly. > > This fixes another crash found after fixing the first crash. > > this is a candidate for 9.0 and stable branches > > Signed-off-by: Dave Airlie > --- > src/glsl/glcpp/

[Mesa-dev] [PATCH] glcpp: fix abuse of yylex

2012-09-14 Thread Dave Airlie
So glcpp tried to workaround yylex its own way, but failed, do it properly. This fixes another crash found after fixing the first crash. this is a candidate for 9.0 and stable branches Signed-off-by: Dave Airlie --- src/glsl/glcpp/Makefile.am | 2 +- src/glsl/glcpp/glcpp-parse.y | 8