summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term.h')
-rw-r--r--term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/term.h b/term.h
index 461d801b..2dc9ef00 100644
--- a/term.h
+++ b/term.h
@@ -73,7 +73,7 @@ struct termpair {
(termp)->flags |= (fl); \
(p)->flag = (fl); \
(p)->type |= TERMPAIR_FLAG; \
- } while (0)
+ } while ( /* CONSTCOND */ 0)
struct termact {
int (*pre)(struct termp *, struct termpair *,