summaryrefslogtreecommitdiff
path: root/src/query.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2022-01-27 21:28:52 -0800
committerGitHub <noreply@github.com>2022-01-27 21:28:52 -0800
commitbcbcf169d5fddd48a77e30ef60ba07c0a2e1e1ab (patch)
tree47a132b29a9ea3b362789c48d122ec5f68f2563b /src/query.h
parente001548e7f68f304dd6a98f0919fe15ee3e24496 (diff)
parent436895905d19f8ef0d3258cd515052a0e540b8b4 (diff)
downloadfork-ledger-bcbcf169d5fddd48a77e30ef60ba07c0a2e1e1ab.tar.gz
fork-ledger-bcbcf169d5fddd48a77e30ef60ba07c0a2e1e1ab.tar.bz2
fork-ledger-bcbcf169d5fddd48a77e30ef60ba07c0a2e1e1ab.zip
Merge branch 'master' into add-flake
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;