mirror of
https://github.com/Z3Prover/z3
synced 2025-06-04 21:31:22 +00:00
commit
571b05396f
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ def mk_install_tactic_cpp_internal(h_files_full_path, path):
|
||||||
fullname, line))
|
fullname, line))
|
||||||
raise e
|
raise e
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
_loggeer.error("Failed to read file {}\n".format(h_file))
|
_logger.error("Failed to read file {}\n".format(h_file))
|
||||||
raise e
|
raise e
|
||||||
# First pass will just generate the tactic factories
|
# First pass will just generate the tactic factories
|
||||||
fout.write('#define ADD_TACTIC_CMD(NAME, DESCR, CODE) ctx.insert(alloc(tactic_cmd, symbol(NAME), DESCR, [](ast_manager &m, const params_ref &p) { return CODE; }))\n')
|
fout.write('#define ADD_TACTIC_CMD(NAME, DESCR, CODE) ctx.insert(alloc(tactic_cmd, symbol(NAME), DESCR, [](ast_manager &m, const params_ref &p) { return CODE; }))\n')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue