mirror of
https://github.com/Z3Prover/z3
synced 2026-03-23 12:59:12 +00:00
re-organize dependencies
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ef22ae8871
commit
3719b449e8
7 changed files with 60 additions and 104 deletions
|
|
@ -859,7 +859,7 @@ namespace seq {
|
|||
new_history = m_sg.mk(chain);
|
||||
}
|
||||
}
|
||||
return seq::str_mem(mem.m_str, mem.m_regex, new_history, mem.m_id, mem.m_dep);
|
||||
return seq::str_mem(mem.m_str, mem.m_regex, mem.m_lit, new_history, mem.m_id, mem.m_dep);
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue