summaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index bc2dba9..f0b79f9 100644
--- a/parse.c
+++ b/parse.c
@@ -954,7 +954,7 @@ static int op_precedence(Keyword op) {
static bool parse_expr(Parser *p, Expression *e, Token *end) {
Tokenizer *t = p->tokr;
-#if 1
+#if 0
{
Location where;
where.file = p->file;