Working on benchmarking test. A lot of things needed to be const and weren't.

This commit is contained in:
Meredith L. Patterson 2012-11-05 23:08:18 -05:00
parent d0d9a94fd0
commit 21ec962d76
7 changed files with 17 additions and 11 deletions

View file

@ -20,7 +20,7 @@
*/
HBenchmarkResults *h_benchmark(HParser* parser, HParserTestcase* testcases) {
HBenchmarkResults *h_benchmark(const HParser* parser, HParserTestcase* testcases) {
// For now, just output the results to stderr
HParserTestcase* tc = testcases;
HParserBackend backend = PB_MIN;