From 50ee03e3f0a44197722e6c3e85d1f60c48403576 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Sep 2008 02:36:50 -0400 Subject: Fixed the way that nested caught exceptions are rethrown, and how value expressions are displayed when errors are found in them. --- src/expr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/expr.h') diff --git a/src/expr.h b/src/expr.h index b6027042..a9b5af88 100644 --- a/src/expr.h +++ b/src/expr.h @@ -96,7 +96,8 @@ public: } void parse(const string& _str, const unsigned int flags = 0); - void parse(std::istream& in, const unsigned int flags = 0); + void parse(std::istream& in, const unsigned int flags = 0, + const string * original_string = NULL); void compile(scope_t& scope); value_t calc(scope_t& scope); -- cgit v1.2.3