mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
fix errors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
10894069b0
commit
734d48fa33
3 changed files with 4 additions and 2 deletions
|
@ -577,7 +577,7 @@ private:
|
|||
|
||||
symbol const& peek(unsigned i) { return tok.peek(i); }
|
||||
|
||||
bool try_accept(char * token) {
|
||||
bool try_accept(char const * token) {
|
||||
if (peek(0) == token) {
|
||||
tok.next();
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue