summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:48:29 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:48:29 +0000
commit6c05be5aa98b2b560ff62e43d1ada7a223914224 (patch)
tree3ccfdf2cc8d06483a05e08cb69a11865ec7ae75c /term.h
parent3c440a5309fa7eba1fc440c3f96f8d0d217b1514 (diff)
downloadmandoc-6c05be5aa98b2b560ff62e43d1ada7a223914224.tar.gz
Lint fixes.
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 *,