summaryrefslogtreecommitdiff
path: root/Src/cond.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/cond.c')
-rw-r--r--Src/cond.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/cond.c b/Src/cond.c
index c5ab65eea..0381fe94b 100644
--- a/Src/cond.c
+++ b/Src/cond.c
@@ -30,7 +30,8 @@
#include "zsh.mdh"
#include "cond.pro"
-int tracingcond;
+/**/
+int tracingcond; /* updated by execcond() in exec.c */
static char *condstr[COND_MOD] = {
"!", "&&", "||", "==", "!=", "<", ">", "-nt", "-ot", "-ef", "-eq",