aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp.hpp')
-rw-r--r--src/resp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resp.hpp b/src/resp.hpp
index 2ae556c..4217f6d 100644
--- a/src/resp.hpp
+++ b/src/resp.hpp
@@ -507,7 +507,7 @@ struct PEnv : private map<const string, const char*> {
}
}
- const AST* parse(Cursor& cur, std::istream& in);
+ const AST* parse(Cursor& cur, std::istream& in) throw(Error);
const AST* expand(const AST* exp);
typedef std::set<std::string> Primitives;