glcpp: Remove xtalloc wrappers in favor of plain talloc.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 4 Aug 2010 03:21:52 +0000 (20:21 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 4 Aug 2010 22:57:20 +0000 (15:57 -0700)
commit1ffc1cd86186ae5d03bb28a1e041c4a57761515e
treeb8d694f7d27609ea6382415de379314b52814968
parentad98aa9d93646600cc95b3e45a40eec26f18988a
glcpp: Remove xtalloc wrappers in favor of plain talloc.

Calling exit() on a memory failure probably made sense for the
standalone preprocessor, but doesn't seem too appealing as part of
the GL library.  Also, we don't use it in the main compiler.
src/glsl/Makefile
src/glsl/glcpp/Makefile.am
src/glsl/glcpp/glcpp-lex.l
src/glsl/glcpp/glcpp-parse.y
src/glsl/glcpp/glcpp.h
src/glsl/glcpp/xtalloc.c [deleted file]