mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
Added filenames to error messages for when we have more than one file.
This commit is contained in:
parent
00a50eea7f
commit
090a331d79
2 changed files with 101 additions and 96 deletions
|
@ -21,6 +21,6 @@ Revision History:
|
|||
|
||||
#include"cmd_context.h"
|
||||
|
||||
bool parse_smt2_commands(cmd_context & ctx, std::istream & is, bool interactive = false, params_ref const & p = params_ref());
|
||||
bool parse_smt2_commands(cmd_context & ctx, std::istream & is, bool interactive = false, params_ref const & p = params_ref(), char const * filename = 0);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue