Made test-suite work on its own
This commit is contained in:
parent
64b5e307d2
commit
ce0829de33
3 changed files with 5 additions and 9 deletions
|
|
@ -565,7 +565,7 @@ HAMMER_FN_DECL(void, h_parse_result_free, HParseResult *result);
|
|||
* Format token into a compact unambiguous form. Useful for parser test cases.
|
||||
* Caller is responsible for freeing the result.
|
||||
*/
|
||||
HAMMER_FN_DECL(char*, h_write_result_unamb, const HParsedToken* tok);
|
||||
char* h_write_result_unamb(const HParsedToken* tok);
|
||||
/**
|
||||
* Format token to the given output stream. Indent starting at
|
||||
* [indent] spaces, with [delta] spaces between levels.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue