3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-02 21:37:02 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-12-11 01:42:28 -08:00
parent ec39d84f57
commit a069b65669
2 changed files with 2 additions and 1 deletions

View file

@ -71,7 +71,7 @@ private:
buffer<char> m_buffer;
unsigned m_bpos;
unsigned m_bend;
char m_last_char;
char m_last_char;
bool m_is_interactive;
bool m_smt2;
bool m_bv_token;