mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
more descriptive naming convention
This commit is contained in:
parent
4b3fecc35e
commit
d03fdf5fed
7 changed files with 16 additions and 16 deletions
|
@ -280,7 +280,7 @@ void macro_decls::erase_last(ast_manager& m) {
|
|||
m_decls->pop_back();
|
||||
}
|
||||
|
||||
ast_manager * ast_context::mk_ast_manager() {
|
||||
ast_manager * ast_context_params::mk_ast_manager() {
|
||||
if (m_manager)
|
||||
return m_manager;
|
||||
ast_manager * r = alloc(ast_manager,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue