From 5a90fe735772fd4d52216ae76ddad893bce177e6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 2 Aug 2008 22:45:35 -0400 Subject: Moved xact_xdata_t into xact_t itself, as a set of "extended data" that might be gathered during reporting. Removed the references to accounts and such from the mask logic, which means that the value expression "acount =~ /foo/" is needed in place of just "/foo/". --- parser.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'parser.cc') diff --git a/parser.cc b/parser.cc index cada6c5e..4795c8f7 100644 --- a/parser.cc +++ b/parser.cc @@ -50,7 +50,6 @@ expr_t::parser_t::parse_value_term(std::istream& in, case token_t::MASK: node = new op_t(op_t::MASK); node->set_mask(tok.value.as_string()); - node->as_mask_lval().add_flags(tok.flags()); break; case token_t::IDENT: { -- cgit v1.2.3