From da766791d3ee2d9725792c326091fdbc46ce3a89 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Wed, 24 Aug 2011 14:29:08 -0700 Subject: [PATCH] hmm, this should have been in the last commit. Oops. --- src/comp/syntax/parse/parser.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/comp/syntax/parse/parser.rs b/src/comp/syntax/parse/parser.rs index b4ad7339e25b..f7329bd3b3b8 100644 --- a/src/comp/syntax/parse/parser.rs +++ b/src/comp/syntax/parse/parser.rs @@ -173,6 +173,7 @@ fn bad_expr_word_table() -> hashmap { words.insert("fn", ()); words.insert("block", ()); words.insert("lambda", ()); + words.insert("pred", ()); // FIXME: remove words.insert("pure", ()); words.insert("iter", ()); words.insert("block", ());