summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index 0c860d5..4cf0918 100644
--- a/parser.h
+++ b/parser.h
@@ -9,6 +9,7 @@ class ParseError : public runtime_error{
public:
explicit ParseError(const string &what_arg);
explicit ParseError(const char *what_arg);
+ ParseError(Site site,const string &what_arg);
};
StatementList parse(const string &source,const string &filename);