glcpp: Remove calls to exit().
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 17 Jun 2010 19:58:54 +0000 (12:58 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 21 Jun 2010 19:31:03 +0000 (12:31 -0700)
commite8e93a45436b06713b83e3d353ab848d85de6758
tree0379d730faf884c3812f4a7855b98aa18535f284
parent0774523d1882a087b648e4017e634eb12c12f377
glcpp: Remove calls to exit().

Calling exit() would be really bad once integrated into mesa.  Even in
the standalone binary, we want to print the error log first.

Since each case already flags an error, compilation will still fail,
but it may go on (with something fudged) and generate more errors.
glcpp/glcpp-parse.y