mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 06:43:40 +00:00
patch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e14e3ef291
commit
5cb0bac41d
2 changed files with 5 additions and 3 deletions
|
@ -25,7 +25,7 @@ private:
|
|||
buffer<unsigned> m_buffer;
|
||||
bool well_formed() const;
|
||||
bool uses_unicode() const;
|
||||
bool is_escape_char(char const *& s, unsigned& result);
|
||||
bool is_escape_char(bool from_input, char const *& s, unsigned& result);
|
||||
public:
|
||||
static unsigned unicode_max_char() { return 196607; }
|
||||
static unsigned unicode_num_bits() { return 18; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue