minor cosmetics

This commit is contained in:
Sven M. Hallberg 2013-05-12 00:20:27 +02:00
parent fdcfc243b8
commit 1c8764e1da
2 changed files with 1 additions and 2 deletions

View file

@ -47,7 +47,6 @@ HParseResult* h_parse(const HParser* parser, const uint8_t* input, size_t length
return h_parse__m(&system_allocator, parser, input, length);
}
HParseResult* h_parse__m(HAllocator* mm__, const HParser* parser, const uint8_t* input, size_t length) {
// TODO: split the creation of the parse state into h_packrat_parse
// Set up a parse state...
HInputStream input_stream = {
.index = 0,