summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index fd74a82..f25c583 100644
--- a/misc.c
+++ b/misc.c
@@ -53,6 +53,7 @@ mkterm(int tag)
t->children = nil;
t->text = nil;
t->clausenr = 0;
+ t->inparens = 0;
return t;
}