]> git.xonotic.org Git - xonotic/gmqcc.git/commit
The proper way to deal with error messages which did not cause the parser to bail...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 28 Oct 2012 14:48:51 +0000 (15:48 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 28 Oct 2012 14:48:51 +0000 (15:48 +0100)
commit634a544dca48c0e5eb926b81c428dfba5061e415
tree8e714de8a0c161b28a934146aadb537fc9f3c22b
parent478a9249a0da6c1fd66258ac8b13fd0b5a76db86
The proper way to deal with error messages which did not cause the parser to bail out early is this, not a 'parse error'-error...
parser.c