Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 4 Nov 2009 20:03:44 +0000 (12:03 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 6 Nov 2009 18:46:22 +0000 (10:46 -0800)
commit1c7337d46eab0cfd36ebc0ad22c5a66ec9b91d39
tree87f265f2f530c1a68bc48a5b00100f94d167788d
parent63191bd244f18fd78bebb9586d2b85ab9d5b38e2
Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"

This reverts commit 93dae6761bc90bbd43b450d2673620ec189b2c7a.

This change was completely broken when the parser uses multiple
strings in a single production.  It would be nice if bug fixes could
initially land somewhere other than the stable branch.
src/mesa/shader/lex.yy.c
src/mesa/shader/program_lexer.l
src/mesa/shader/program_parse.tab.c
src/mesa/shader/program_parse.y
src/mesa/shader/program_parser.h