didn't need that comment anyway

This commit is contained in:
Meredith L. Patterson 2013-02-20 21:46:25 -05:00
parent 015b82eb0e
commit 22067685c3

View file

@ -112,7 +112,7 @@ typedef bool (*HPredicate)(HParseResult *p);
typedef struct HParserVtable_ HParserVtable; typedef struct HParserVtable_ HParserVtable;
typedef struct HCFChoice_ HCFChoice; // forward declaration typedef struct HCFChoice_ HCFChoice;
typedef struct HParser_ { typedef struct HParser_ {
const HParserVtable *vtable; const HParserVtable *vtable;