From 18f704edd0938355622049d853c1ce3cdfaee168 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Tue, 3 Sep 2002 08:57:35 +0000 Subject: better error reporting. epist now reports the line number and token a parser error occurs at, as well as invalid actions. --- util/epist/parser.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'util/epist/parser.hh') diff --git a/util/epist/parser.hh b/util/epist/parser.hh index c12fec92..b1c02a31 100644 --- a/util/epist/parser.hh +++ b/util/epist/parser.hh @@ -73,6 +73,7 @@ private: Action::ActionType _action; std::string _key; std::string _arg; + bool _add; }; #endif //__parser_hh -- cgit v1.2.3