mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Isolating reg_decl_plugins
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
69ce24a6ce
commit
641db30660
33 changed files with 140 additions and 70 deletions
|
@ -26,6 +26,7 @@ Revision History:
|
|||
#include"api_log_macros.h"
|
||||
#include"api_util.h"
|
||||
#include"install_tactics.h"
|
||||
#include"reg_decl_plugins.h"
|
||||
|
||||
namespace api {
|
||||
|
||||
|
@ -60,7 +61,7 @@ namespace api {
|
|||
}
|
||||
|
||||
context::add_plugins::add_plugins(ast_manager & m) {
|
||||
m.register_decl_plugins();
|
||||
reg_decl_plugins(m);
|
||||
}
|
||||
|
||||
// ------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue