11 out of 12 unit tests passing, progress!
I don't understand why it works, but it works.
This commit is contained in:
parent
784fdce49a
commit
36d8431a91
26 changed files with 547 additions and 580 deletions
|
|
@ -25,8 +25,8 @@ extern "C" {
|
|||
* @param err_stream the stream to send errors to;
|
||||
* @param show_prompt true if prompts should be shown.
|
||||
*/
|
||||
void repl(FILE * in_stream, FILE * out_stream,
|
||||
FILE * error_stream, bool show_prompt);
|
||||
void repl( FILE * in_stream, FILE * out_stream,
|
||||
FILE * error_stream, bool show_prompt );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue