summaryrefslogtreecommitdiff
path: root/src/query.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/query.h')
-rw-r--r--src/query.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/query.h b/src/query.h
index f7d48d32..3297cbd6 100644
--- a/src/query.h
+++ b/src/query.h
@@ -191,8 +191,7 @@ public:
#endif
}
- void unexpected();
- void expected(char wanted, char c = '\0');
+ void expected(char wanted);
};
token_t token_cache;