mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +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
|
@ -23,6 +23,7 @@ Revision History:
|
|||
#include "datatype_decl_plugin.h"
|
||||
#include "dl_decl_plugin.h"
|
||||
#include "warning.h"
|
||||
#include "reg_decl_plugins.h"
|
||||
|
||||
namespace datalog {
|
||||
|
||||
|
@ -621,7 +622,7 @@ namespace datalog {
|
|||
dl_decl_util::ast_plugin_registrator::ast_plugin_registrator(ast_manager& m)
|
||||
{
|
||||
// ensure required plugins are installed into the ast_manager
|
||||
m.register_decl_plugins();
|
||||
reg_decl_plugins(m);
|
||||
}
|
||||
|
||||
dl_decl_util::dl_decl_util(ast_manager& m):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue